Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
pcroland committed Jan 4, 2024
1 parent a43734d commit 8712fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deew/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
import sys
import tempfile
import time
from builtins import print as oprint
from base64 import b64decode
from builtins import print as oprint
from concurrent.futures import ThreadPoolExecutor
from copy import deepcopy
from datetime import timedelta
Expand All @@ -42,7 +42,7 @@
from deew.bitrates import allowed_bitrates
from deew.logos import logos
from deew.messages import error_messages
from deew.xml_base import xml_dd_ddp_base, xml_thd_base, xml_ac4_base
from deew.xml_base import xml_ac4_base, xml_dd_ddp_base, xml_thd_base

prog_name = 'deew'
prog_version = '3.2.1'
Expand Down

0 comments on commit 8712fbd

Please sign in to comment.