Skip to content

Commit

Permalink
Fix order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPal committed May 24, 2021
1 parent 9ff9f24 commit da5381d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint_quotes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""pylint-quotes module"""

from __future__ import absolute_import
from pylint_quotes import plugin, checker # noqa: F401

from pylint_quotes import checker, plugin # noqa: F401

register = plugin.register # pylint: disable=invalid-name

0 comments on commit da5381d

Please sign in to comment.