mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
adding name space to import
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
7657e5ffcf
commit
aef22e48a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import os
|
||||
import typing as typing # imported separately as py3.8 requires typing.Iterable
|
||||
import typing # imported separately as py3.8 requires typing.Iterable
|
||||
from collections.abc import Iterable, Mapping, MutableSequence
|
||||
from enum import Enum
|
||||
from math import ceil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue