Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed May 7, 2024
1 parent 07a7b91 commit 9d1c3e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nextline_schedule/utils/strategies/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

from graphql import GRAPHQL_MAX_INT, GRAPHQL_MIN_INT
from hypothesis import strategies as st
from nextline_rdb.utils import safe_max, safe_min

from nextline_schedule.utils import safe_max, safe_min

T = TypeVar('T')

Expand Down

0 comments on commit 9d1c3e6

Please sign in to comment.