Skip to content

Commit

Permalink
App: Fix mypy RefreshList import
Browse files Browse the repository at this point in the history
Can be removed once common 2.1.0 is released
  • Loading branch information
jwijenbergh committed Jul 18, 2024
1 parent 3087a14 commit 10c52f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eduvpn/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from eduvpn_common.main import EduVPN, ServerType, WrappedError
from eduvpn_common.state import State, StateType
from eduvpn_common.types import ProxyReady, ProxySetup, ReadRxBytes, RefreshList
from eduvpn_common.types import ProxyReady, ProxySetup, ReadRxBytes, RefreshList # type: ignore[attr-defined]

from eduvpn import nm
from eduvpn.config import Configuration
Expand Down

0 comments on commit 10c52f2

Please sign in to comment.