From ac2802f365a47a7ba11bb73917b18d47221a762c Mon Sep 17 00:00:00 2001 From: Atalya Alon Date: Thu, 30 May 2024 10:45:52 +0300 Subject: [PATCH] upgrade black --- anyway/scripts/accidents_around_location.py | 1 + test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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