From 49c16c9653ee50259fe66135d9dec9107471a84b Mon Sep 17 00:00:00 2001 From: jpy-git Date: Tue, 5 Apr 2022 23:39:14 +0100 Subject: [PATCH] Format misc files as well --- fuzz.py | 1 - scripts/check_pre_commit_rev_in_example.py | 1 - scripts/check_version_in_basics_example.py | 1 - scripts/diff_shades_gha_helper.py | 1 - 4 files changed, 4 deletions(-) diff --git a/fuzz.py b/fuzz.py index f5f655ea279..2fcde30cd94 100644 --- a/fuzz.py +++ b/fuzz.py @@ -4,7 +4,6 @@ generation. You can run this file with `python`, `pytest`, or (soon) a coverage-guided fuzzer I'm working on. """ - import re import hypothesmith diff --git a/scripts/check_pre_commit_rev_in_example.py b/scripts/check_pre_commit_rev_in_example.py index 9560b3b8401..132384c84b6 100644 --- a/scripts/check_pre_commit_rev_in_example.py +++ b/scripts/check_pre_commit_rev_in_example.py @@ -8,7 +8,6 @@ technical and some pragmatic). Encouraging bad practice is also just not ideal. xref: https://github.com/psf/black/issues/420 """ - import os import sys diff --git a/scripts/check_version_in_basics_example.py b/scripts/check_version_in_basics_example.py index c62780d97ab..733bfcce9a4 100644 --- a/scripts/check_version_in_basics_example.py +++ b/scripts/check_version_in_basics_example.py @@ -3,7 +3,6 @@ the latest version of Black. This saves us from forgetting to update that during the release process. """ - import os import sys diff --git a/scripts/diff_shades_gha_helper.py b/scripts/diff_shades_gha_helper.py index b5fea5a817d..4b8ef27418e 100644 --- a/scripts/diff_shades_gha_helper.py +++ b/scripts/diff_shades_gha_helper.py @@ -13,7 +13,6 @@ https://black.readthedocs.io/en/latest/contributing/gauging_changes.html#diff-shades """ - import json import os import platform