Skip to content

Commit 2dfe148

Browse files
committed
fix lint
1 parent c87ac97 commit 2dfe148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anchorpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from anchorpy.program.namespace.account import AccountClient, ProgramAccount
1717
from anchorpy.program.namespace.simulate import SimulateResponse
1818
from anchorpy.provider import Provider, Wallet
19-
from anchorpy.pytest_plugin import localnet_fixture, workspace_fixture, bankrun_fixture
19+
from anchorpy.pytest_plugin import bankrun_fixture, localnet_fixture, workspace_fixture
2020
from anchorpy.workspace import WorkspaceType, close_workspace, create_workspace
2121

2222
__all__ = [

0 commit comments

Comments
 (0)