Skip to content

Commit

Permalink
Auth Module
Browse files Browse the repository at this point in the history
  • Loading branch information
miballe committed Nov 7, 2024
1 parent 8bd78bd commit d5c8edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/factiva/analytics/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"""
__all__ = ['UserKey', 'OAuthUser', 'AccountInfo']
__all__ = ['AccountInfo', 'UserKey', 'OAuthUser']

from .accountinfo import AccountInfo
from .userkey import UserKey
from .oauthuser import OAuthUser
from .accountinfo import AccountInfo

0 comments on commit d5c8edf

Please sign in to comment.