Skip to content

Commit

Permalink
ci: ruff fix import block
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed May 24, 2024
1 parent 19ad76f commit 04e56af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roster/models.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from __future__ import unicode_literals

import os
from _pydecimal import Decimal
from datetime import timedelta
from hashlib import pbkdf2_hmac
from typing import TypedDict

from _pydecimal import Decimal
from django.contrib.auth.models import Group, User
from django.core.exceptions import ObjectDoesNotExist
from django.core.validators import FileExtensionValidator
Expand Down

0 comments on commit 04e56af

Please sign in to comment.