Skip to content

Commit

Permalink
core: major_tom: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani authored and patrickelectric committed Nov 8, 2023
1 parent fd633a1 commit 39f9dfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/services/major_tom/src/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
import requests
import speedtest
from loguru import logger
from typedefs import OnlineStatus

from src.typedefs import OnlineStatus


def formatter(record: "loguru.Record") -> str:
Expand Down

0 comments on commit 39f9dfd

Please sign in to comment.