Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Jan 21, 2025
1 parent b61deaf commit 371b98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/object_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from modal import Secret
from modal._object import _Object
from modal.dict import _Dict, Dict
from modal.dict import Dict, _Dict
from modal.exception import DeprecationError, InvalidError
from modal.queue import _Queue

Expand Down

0 comments on commit 371b98f

Please sign in to comment.