mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 00:54:42 +04:00
some manual py2 cleanups
This commit is contained in:
parent
30c1e8289f
commit
ab19b94811
23 changed files with 31 additions and 59 deletions
|
|
@ -2,9 +2,9 @@ import os.path
|
|||
import re
|
||||
import shutil
|
||||
import sys
|
||||
from unittest import mock
|
||||
|
||||
import cfgv
|
||||
import mock
|
||||
import pytest
|
||||
|
||||
import pre_commit.constants as C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue