Skip to content

Commit

Permalink
Enable linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Nov 23, 2023
1 parent 3155c25 commit 29b6959
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mermaidmro/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# coding: utf-8
# flake8: noqa

from __future__ import annotations

Expand Down Expand Up @@ -30,7 +29,7 @@
HAS_REQUESTS = False

# package infos
from mermaidmro.__meta__ import (
from mermaidmro.__meta__ import ( # noqa
__doc__,
__author__,
__email__,
Expand Down

0 comments on commit 29b6959

Please sign in to comment.