Commit 3485a447 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

remove unused imports in system config

parent 15732fc7
...@@ -21,10 +21,7 @@ ...@@ -21,10 +21,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
from abc import (abstractmethod, ABC) from abc import (abstractmethod, ABC)
import io
import typing as tp import typing as tp
import tarfile
import itertools
class System(): class System():
""" Defines System configuration of the whole simulation """ """ Defines System configuration of the whole simulation """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment