Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39d5205

Browse files
authored
Merge pull request #640 from pre-commit/unused
Remove unused logger
2 parents 51c476b + ac21235 commit 39d5205

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pre_commit/manifest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import unicode_literals
22

3-
import logging
43
import os.path
54

65
from cached_property import cached_property
@@ -10,9 +9,6 @@
109
from pre_commit.languages.all import languages
1110

1211

13-
logger = logging.getLogger('pre_commit')
14-
15-
1612
class Manifest(object):
1713
def __init__(self, repo_path):
1814
self.repo_path = repo_path

0 commit comments

Comments
 (0)