mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
commit
39d5205e31
1 changed files with 0 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import logging
|
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
from cached_property import cached_property
|
from cached_property import cached_property
|
||||||
|
|
@ -10,9 +9,6 @@ from pre_commit.clientlib import load_manifest
|
||||||
from pre_commit.languages.all import languages
|
from pre_commit.languages.all import languages
|
||||||
|
|
||||||
|
|
||||||
logger = logging.getLogger('pre_commit')
|
|
||||||
|
|
||||||
|
|
||||||
class Manifest(object):
|
class Manifest(object):
|
||||||
def __init__(self, repo_path):
|
def __init__(self, repo_path):
|
||||||
self.repo_path = repo_path
|
self.repo_path = repo_path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue