Skip to content

Commit 15b8b04

Browse files
committed
Linter changes
1 parent 609d06a commit 15b8b04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

simulaqron/simulaqron.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import logging
66
from daemons.prefab import run
77
from daemons.interfaces import exit
8+
import importlib.metadata as metadata
89

9-
import simulaqron
1010
from simulaqron.network import Network
1111
from simulaqron.settings import simulaqron_settings, SimBackend
1212
from simulaqron.toolbox.manage_nodes import NetworksConfigConstructor
@@ -71,7 +71,6 @@ def cli():
7171
###########
7272
# version #
7373
###########
74-
import importlib.metadata as metadata
7574

7675
@cli.command()
7776
def version():

0 commit comments

Comments
 (0)