Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 28, 2024
1 parent 7c6953c commit 4b20edf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/test_schema.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import sys
import importlib.metadata
import sys


def test_schema_entrypoint():
if sys.version_info < (3, 10):
Expand All @@ -13,7 +14,3 @@ def test_schema_entrypoint():
schema = black_fn()
assert schema == black_fn("black")
assert schema["properties"]["line-length"]["type"] == "integer"




0 comments on commit 4b20edf

Please sign in to comment.