Skip to content

Commit

Permalink
ignore silly errors by mypy
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Borreguero <[email protected]>
  • Loading branch information
jmborr committed Apr 27, 2024
1 parent 97667ed commit 1c21aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/RefRed/sf_calculator/test_sf_calculator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# third party imports
import pytest
from qtpy import QtCore, QtWidgets
from qtpy import QtCore, QtWidgets # type: ignore

# RefRed imports
from RefRed.sf_calculator.sf_calculator import SFCalculator
Expand Down

0 comments on commit 1c21aae

Please sign in to comment.