Skip to content

Commit

Permalink
Add __all__ to ipdevpoll to indicate needed import
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Sep 27, 2024
1 parent 2e571bb commit bed07fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/nav/ipdevpoll/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
from nav.ipdevpoll.config import IpdevpollConfig
from .log import ContextLogger, ContextFormatter

__all__ = ["ContextFormatter", "IpdevpollConfig", "Plugin"]


class Plugin(object):
"""Abstract class providing common functionality for all polling plugins.
Expand Down

0 comments on commit bed07fe

Please sign in to comment.