Skip to content

Commit

Permalink
Fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Sep 10, 2020
1 parent 17b45db commit 77d8713
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/pyrogue/_Model.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,3 @@ def __init__(self, bitSize, binPoint):
super().__init__(bitSize,binPoint)

self.name = f'Fixed_{self.sign}_{self.bitSize}_{self.binPoint}'

0 comments on commit 77d8713

Please sign in to comment.