Skip to content

Commit

Permalink
Clean up code for isort
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed May 3, 2020
1 parent d2d5172 commit e51fc03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions curlylint/check.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from .util import flatten

from curlylint.rules.indent.indent import indent
from curlylint.util import flatten

checks = [indent]

Expand Down

0 comments on commit e51fc03

Please sign in to comment.