Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Oct 10, 2021
1 parent c417be6 commit f365d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion twarc/command2.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ def sample(T, outfile, limit):
f"Started a random sample stream, writing to {outfile.name}\nCTRL+C to stop...",
fg="green",
),
err=True
err=True,
)
for result in T.sample(event=event):
count += 1
Expand Down
2 changes: 1 addition & 1 deletion twarc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "2.7.1"
version = "2.7.2"

0 comments on commit f365d7c

Please sign in to comment.