Skip to content

Commit

Permalink
ruff apparently cares about import order
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderankin committed Mar 31, 2024
1 parent b095c65 commit d862127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/oracle/testcontainers/oracle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from os import environ
from typing import Optional
from secrets import randbits
from typing import Optional

from testcontainers.core.generic import DbContainer

Expand Down

0 comments on commit d862127

Please sign in to comment.