Skip to content

Commit

Permalink
Fix PT001 violation due to preview mode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Jul 8, 2024
1 parent b9dfc89 commit a50641c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/tests/test_clib_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _mock_ctypes_cdll_return(self, libname):
# libname is a loaded GMT library
return self.loaded_libgmt

@pytest.fixture()
@pytest.fixture
def _mock_ctypes(self, monkeypatch):
"""
Patch the ctypes.CDLL function.
Expand Down

0 comments on commit a50641c

Please sign in to comment.