Skip to content

Commit

Permalink
isort fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Jun 7, 2023
1 parent 4a4a745 commit 73b5129
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion frigate/ffmpeg_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import logging
import os

from enum import Enum
from typing import Any

Expand Down
3 changes: 1 addition & 2 deletions frigate/record/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
import datetime
import logging
import os
import subprocess as sp
import threading

from enum import Enum
import subprocess as sp

from frigate.config import FrigateConfig
from frigate.const import EXPORT_DIR, MAX_PLAYLIST_SECONDS
Expand Down

0 comments on commit 73b5129

Please sign in to comment.