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 1c21aae commit deb7392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/RefRed/interfaces/test_deadtime_entry.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# third party imports
import pytest
from qtpy.QtCore import Qt
from qtpy.QtCore import Qt # type: ignore

# RefRed imports
from RefRed.interfaces.deadtime_entry import DeadTimeEntryPoint # Make sure to import your class correctly
Expand Down

0 comments on commit deb7392

Please sign in to comment.