Skip to content

Commit

Permalink
expose TIMESTAMP_PRECISION
Browse files Browse the repository at this point in the history
  • Loading branch information
halworsen committed Aug 31, 2023
1 parent 73342b6 commit b205316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fflogsapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'''

from .client import FFLogsClient
from .constants import EventType, FightDifficulty, PartySize
from .constants import TIMESTAMP_PRECISION, EventType, FightDifficulty, PartySize
from .util.gql_enums import GQLEnum

__all__ = [
Expand All @@ -25,6 +25,7 @@
'FightDifficulty',
'PartySize',
'EventType',
'TIMESTAMP_PRECISION',

# util/gql_enums.py
'GQLEnum',
Expand Down

0 comments on commit b205316

Please sign in to comment.