Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Mar 20, 2023
1 parent db302ac commit c8d71be
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions utils/deletes.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
# twarc instance
t = None


def main(files, enhance_tweet=False, print_results=True, profile=None):
global t
if profile is not None:
Expand Down Expand Up @@ -197,10 +198,7 @@ def has_error_code(resp, code):
action="store_true",
help="Skip outputting delete reason summary",
)
parser.add_argument(
"--profile",
help="The twarc API profile to use"
)
parser.add_argument("--profile", help="The twarc API profile to use")
parser.add_argument(
"files",
metavar="FILE",
Expand Down

0 comments on commit c8d71be

Please sign in to comment.