Skip to content

Commit

Permalink
fix import in unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Jul 28, 2023
1 parent eb7ef1d commit 60d3c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/medperf/tests/commands/auth/test_synapse_login.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from medperf.commands.auth import SynapseLogin
from medperf.commands.auth.synapse_login import SynapseLogin
import synapseclient
from synapseclient.core.exceptions import SynapseAuthenticationError
from medperf.exceptions import CommunicationAuthenticationError, InvalidArgumentError
Expand Down

0 comments on commit 60d3c64

Please sign in to comment.