Skip to content

Commit

Permalink
Fixing import statement...
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen DiAdamo committed Jun 16, 2020
1 parent f6e6753 commit 9871ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backend_tests/backends_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from qunetsim.components.network import Network
from qunetsim.components.host import Host
from qunetsim.backends import CQCBackend
from qunetsim.backends.cqc_backend import CQCBackend
import sys

sys.path.append("../..")
Expand Down

0 comments on commit 9871ddd

Please sign in to comment.