diff --git a/anyway/scripts/accidents_around_location.py b/anyway/scripts/accidents_around_location.py index 8cdc42103..356be4c5a 100644 --- a/anyway/scripts/accidents_around_location.py +++ b/anyway/scripts/accidents_around_location.py @@ -5,6 +5,7 @@ python accidents_around_location.py [flags] """ + import argparse import io from datetime import datetime diff --git a/test_requirements.txt b/test_requirements.txt index 80a38d01f..ec01ff92b 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,4 @@ -black==23.3.0 +black==24.3.0 pytest==7.4.1 pytest-cov==4.1.0 py==1.11.0