Skip to content

Commit 0bef6fc

Browse files
committed
🎨 fmt with autopep8
1 parent 5d22acc commit 0bef6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/badapple/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .audio import help_audio
88
from .players import get_names
99
from .util import get_info
10-
from .builtin_files import BA_BA, BA_MP4,BA_MP3, BA_WAV, ba_get
10+
from .builtin_files import BA_BA, BA_MP4, BA_MP3, BA_WAV, ba_get
1111

1212
if __name__ == "__main__":
1313
parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)