Skip to content

Commit

Permalink
update assignment.py to use relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Yiu authored and Tim Yiu committed Aug 18, 2023
1 parent f7b25bb commit 9e6976b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/amplitude_experiment/assignment/assignment.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import time
from typing import Dict

from src.amplitude_experiment.flagresult import FlagResult
from src.amplitude_experiment.user import User
from ..flagresult import FlagResult
from ..user import User

DAY_MILLIS = 24 * 60 * 60 * 1000

Expand Down

0 comments on commit 9e6976b

Please sign in to comment.