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 Sep 21, 2023
1 parent cfcae33 commit eb11670
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 eb11670

Please sign in to comment.