Skip to content

Commit

Permalink
fixed import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hayden-yuma committed Jan 17, 2025
1 parent 1af8535 commit bd83c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snp_oracle/predictionnet/utils/classes.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from datetime import datetime, timedelta

from predictionnet.utils.timestamp import get_before, get_now, get_timezone, iso8601_to_datetime, round_minute_down
from snp_oracle.predictionnet.utils.timestamp import get_before, get_now, get_timezone, iso8601_to_datetime, round_minute_down


class MinerHistory:
Expand Down
2 changes: 1 addition & 1 deletion snp_oracle/predictionnet/utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import requests
from numpy import argsort, array, concatenate, copy, cumsum, empty_like, full, nan, nanmax, ndarray, repeat
from pandas import DataFrame
from predictionnet.utils.timestamp import get_mature_timestamps, get_now, iso8601_to_datetime, round_minute_down
from snp_oracle.predictionnet.utils.timestamp import get_mature_timestamps, get_now, iso8601_to_datetime, round_minute_down



Expand Down

0 comments on commit bd83c5c

Please sign in to comment.