Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Apr 2, 2022
1 parent 1a1801c commit fbb02bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions manimpango/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
class MarkupParseError(Exception):
pass
2 changes: 1 addition & 1 deletion manimpango/layout/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-


from ..enums import Alignment
from ..exceptions import MarkupParseError
from ..utils import validate_markup
from ..enums import Alignment

__all__ = ["Layout"]

Expand Down
5 changes: 3 additions & 2 deletions manimpango/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from .utils import *
from ._utils import *
# -*- coding: utf-8 -*-
from ._utils import * # noqa: F403, F401
from .utils import * # noqa: F403, F401

0 comments on commit fbb02bc

Please sign in to comment.