Skip to content

Commit

Permalink
🎨 isort
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Sep 1, 2023
1 parent 9281f21 commit 41f8613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions vng_api_common/constants.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import warnings

from django.utils.translation import gettext_lazy as _
from django.db import models

from django.utils.translation import gettext_lazy as _

BSN_LENGTH = 9
RSIN_LENGTH = 9
Expand Down
2 changes: 1 addition & 1 deletion vng_api_common/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from collections import OrderedDict
from typing import Optional, Tuple, Union

from django.db import transaction, models
from django.db import models, transaction
from django.utils.translation import gettext_lazy as _

import isodate
Expand Down

0 comments on commit 41f8613

Please sign in to comment.