Skip to content

Commit

Permalink
add noqa to mute flake8 complaining about star import
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Mar 25, 2024
1 parent 13dd5b3 commit 84300f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/fontmake/instantiator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
This alias is only kept for backward compatibility.
"""

from ufo2ft.instantiator import *
from ufo2ft.instantiator import * # noqa: F403, F401

0 comments on commit 84300f6

Please sign in to comment.