tidied and sorted imports

removed ones not required as well, groups and spaced.
This commit is contained in:
Mark Mayo 2022-12-10 10:51:56 +13:00
parent cb0bcfd67f
commit cd00569d64
18 changed files with 4 additions and 24 deletions

View file

@ -5,7 +5,6 @@ from typing import Sequence
from pre_commit.hook import Hook
from pre_commit.languages import helpers
ENVIRONMENT_DIR = None
get_default_version = helpers.basic_get_default_version
health_check = helpers.basic_health_check