Skip to content

Commit

Permalink
Fox flake8 issue
Browse files Browse the repository at this point in the history
Lib/glyphsLib/builder/builders.py:761:9: B018 Found useless expression. Either assign it to a variable or remove it.

No idea why it is flagging this now, it is been like this since this
file was first added to the repository.
  • Loading branch information
khaledhosny committed Nov 29, 2021
1 parent 7a3c7c1 commit dd61cbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/glyphsLib/builder/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,6 @@ def __init__(
self.skip_export_glyphs = set()

self._font = None
"""The GSFont that will be built."""

@property
def font(self):
Expand Down

0 comments on commit dd61cbf

Please sign in to comment.