Skip to content

Commit

Permalink
🔨 adjust ruamel.yaml to known first party. #139
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Dec 10, 2018
1 parent b417826 commit 871aba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[settings]
line_length=79
known_first_party=lml, jinja2
known_first_party=lml, jinja2, ruamel.yaml
indent=' '
multi_line_output=3
length_sort=1
Expand Down
3 changes: 2 additions & 1 deletion moban/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
import stat
import errno

from ruamel.yaml import YAML

import moban.reporter as reporter
import moban.constants as constants
import moban.exceptions as exceptions
from ruamel.yaml import YAML


def merge(left, right):
Expand Down

0 comments on commit 871aba6

Please sign in to comment.