Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiJp committed Aug 16, 2024
1 parent fb748f7 commit de467ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filling_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from model_bakery import baker
from model_bakery.content_types import BAKER_CONTENTTYPES
from model_bakery.gis import BAKER_GIS
from model_bakery.random_gen import gen_related, MAX_LENGTH
from model_bakery.random_gen import MAX_LENGTH, gen_related
from tests.generic import generators, models

try:
Expand Down

0 comments on commit de467ba

Please sign in to comment.