Skip to content

Commit 65abab5

Browse files
committed
py3: Fix import issue with summarization
1 parent be9e577 commit 65abab5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/flask_track_usage/summarization/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import mongoenginestorage
2-
import sqlstorage
1+
from flask_track_usage.summarization import mongoenginestorage, sqlstorage
32

43
"""
54
Summarization routines.

0 commit comments

Comments
 (0)