Skip to content

Commit

Permalink
TBF: add import os
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Apr 16, 2024
1 parent a208113 commit 353fd71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spyder_unittest/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
available for integration tests.
"""

# Standard library imports
import os

# Third-party imports
from qtpy.QtWidgets import QApplication
import pytest
Expand Down

0 comments on commit 353fd71

Please sign in to comment.