Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
angerhang committed Apr 25, 2023
1 parent 3c67f92 commit bc6a3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "asleep" # Required
#
# For a discussion on single-sourcing the version, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version = "0.3.2" # Required
version = "0.3.3" # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down
2 changes: 1 addition & 1 deletion src/asleep/summary.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from sleep_stats import get_all_sleep_paras, get_stage_durations
from asleep.sleep_stats import get_all_sleep_paras, get_stage_durations
import numpy as np
import pandas as pd
import json
Expand Down

0 comments on commit bc6a3cc

Please sign in to comment.