Skip to content

Commit

Permalink
style: fix quote style in test_base.py to match ruff format
Browse files Browse the repository at this point in the history
Co-Authored-By: Alex Reibman <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and areibman committed Dec 19, 2024
1 parent f6ab71b commit b7c67ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def async_setup_method(self, method):

async def teardown_method(self, method):
"""Clean up after test."""
if hasattr(self, 'provider'):
if hasattr(self, "provider"):
self.provider.undo_override()

async def async_verify_events(self, session, expected_count=1):
Expand Down

0 comments on commit b7c67ed

Please sign in to comment.