From f365d7c34d3708c930fd388c54a028de1070480c Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Sat, 9 Oct 2021 22:15:58 -0400 Subject: [PATCH] black --- twarc/command2.py | 2 +- twarc/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/twarc/command2.py b/twarc/command2.py index 613936a0..17758452 100644 --- a/twarc/command2.py +++ b/twarc/command2.py @@ -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 diff --git a/twarc/version.py b/twarc/version.py index 4799e684..69455b36 100644 --- a/twarc/version.py +++ b/twarc/version.py @@ -1 +1 @@ -version = "2.7.1" +version = "2.7.2"