mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 08:38:26 +01:00
Fixed faulty import in metricsoutput module.
This commit is contained in:
parent
9287b187f7
commit
3bae1be0cb
1 changed files with 1 additions and 1 deletions
|
@ -19,9 +19,9 @@
|
|||
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
from ..changes import FileDiff
|
||||
from ..localization import N_
|
||||
from .. import metrics
|
||||
from .changes import FileDiff
|
||||
from .outputable import Outputable
|
||||
|
||||
ELOC_INFO_TEXT = N_("The following files are suspiciously big (in order of severity)")
|
||||
|
|
Loading…
Reference in a new issue