Skip to content

Commit

Permalink
Add pyInstaller binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
adeptex committed Aug 17, 2022
1 parent f8dc8a0 commit 7c8448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whispers/main.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import json
import logging
from sys import exit
from argparse import Namespace
from itertools import chain
from os import environ
from sys import exit
from typing import Iterator

from whispers.core.args import parse_args
Expand Down

0 comments on commit 7c8448b

Please sign in to comment.