Skip to content

Commit

Permalink
tidy imports (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: Dreu Lavelle <dreu.lavelle@dajac.com>
  • Loading branch information
dreulavelle and Dreu Lavelle authored Dec 21, 2023
1 parent ca2c089 commit f469ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/program/updaters/trakt.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Trakt updater module"""
from datetime import datetime
from os import path
from backend.utils.logger import get_data_path, logger
from backend.utils.request import get
from utils.logger import get_data_path, logger
from utils.request import get
from program.media import (
Episode,
MediaItemContainer,
Expand Down

0 comments on commit f469ab0

Please sign in to comment.