Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
fix style and type checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Dec 20, 2021
1 parent 44f939a commit 66c27ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions eduvpn/nm.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ def set_default_gateway(enable: bool):
cancellable=None,
)


@lru_cache(maxsize=1)
def get_dbus() -> Optional['dbus.SystemBus']:
"""
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
mypy_require = [
'mypy',
'PyGObject-stubs',
'types-requests',
'types-setuptools',
]

gui_require = [
Expand Down

0 comments on commit 66c27ec

Please sign in to comment.