Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
3485a447
Commit
3485a447
authored
Aug 21, 2024
by
Antoine Kaufmann
Browse files
remove unused imports in system config
parent
15732fc7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
experiments/simbricks/orchestration/system/base.py
experiments/simbricks/orchestration/system/base.py
+0
-3
No files found.
experiments/simbricks/orchestration/system/base.py
View file @
3485a447
...
@@ -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 """
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment