Skip to content

Commit

Permalink
Format misc files as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jpy-git committed Apr 5, 2022
1 parent f64cd77 commit 49c16c9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion fuzz.py
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion scripts/check_pre_commit_rev_in_example.py
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion scripts/check_version_in_basics_example.py
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion scripts/diff_shades_gha_helper.py
Expand Up @@ -13,7 +13,6 @@
https://black.readthedocs.io/en/latest/contributing/gauging_changes.html#diff-shades
"""

import json
import os
import platform
Expand Down

0 comments on commit 49c16c9

Please sign in to comment.