Skip to content

Commit

Permalink
Fixes linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Apr 22, 2020
1 parent 1f7f2e3 commit cd796ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deal/__init__.py
Expand Up @@ -23,7 +23,7 @@
# app
from ._aliases import (
chain, ensure, inv, invariant, offline, post,
pre, pure, raises, reason, require, safe, silent
pre, pure, raises, reason, require, safe, silent,
)
from ._exceptions import * # noQA
from ._imports import activate, module_load
Expand Down
1 change: 0 additions & 1 deletion deal/_aliases.py
@@ -1,5 +1,4 @@
# built-in
from functools import partial
from typing import Callable, TypeVar, overload

# app
Expand Down

0 comments on commit cd796ea

Please sign in to comment.