mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Fix import ordering in clientlib/validate_base
This commit is contained in:
parent
b0248fe285
commit
01fd58c675
1 changed files with 1 additions and 1 deletions
|
|
@ -3,12 +3,12 @@ from __future__ import unicode_literals
|
|||
|
||||
import argparse
|
||||
import os.path
|
||||
import pkg_resources
|
||||
import re
|
||||
import sys
|
||||
|
||||
import jsonschema
|
||||
import jsonschema.exceptions
|
||||
import pkg_resources
|
||||
import yaml
|
||||
|
||||
from pre_commit.jsonschema_extensions import apply_defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue