Skip to content

Commit c8d71be

Browse files
committed
black formatting
1 parent db302ac commit c8d71be

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

utils/deletes.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
# twarc instance
3636
t = None
3737

38+
3839
def main(files, enhance_tweet=False, print_results=True, profile=None):
3940
global t
4041
if profile is not None:
@@ -197,10 +198,7 @@ def has_error_code(resp, code):
197198
action="store_true",
198199
help="Skip outputting delete reason summary",
199200
)
200-
parser.add_argument(
201-
"--profile",
202-
help="The twarc API profile to use"
203-
)
201+
parser.add_argument("--profile", help="The twarc API profile to use")
204202
parser.add_argument(
205203
"files",
206204
metavar="FILE",

0 commit comments

Comments
 (0)