Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinsBuddy committed Nov 22, 2024
1 parent 80ec7fe commit 7bc6457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foosball/tracking/analyzer/ScoreAnalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from . import AbstractAnalyzer
from ...hooks.web import Webhook
from ...hooks.audio import AudioHook
from ...models import Team, Goals, Score, Track, Info, Verbosity, Info
from ...models import Team, Goals, Score, Track, Verbosity, Info
from ...pipe.BaseProcess import Msg
from ...utils import contains

Expand Down

0 comments on commit 7bc6457

Please sign in to comment.