Skip to content

Commit

Permalink
Make more linting corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
superbuggy committed Dec 11, 2024
1 parent 1bc3d26 commit 3f4f71f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osidb/mixins.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import pghistory
import pgtrigger
import uuid
from functools import cached_property
from itertools import chain

import pghistory
import pgtrigger
from django.apps import apps
from django.conf import settings
from django.contrib.contenttypes.fields import GenericForeignKey, GenericRelation
Expand Down
1 change: 1 addition & 0 deletions osidb/tests/endpoints/flaws/test_unembargo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from itertools import chain

import pytest
from django.conf import settings
from freezegun import freeze_time
from rest_framework import status

Expand Down

0 comments on commit 3f4f71f

Please sign in to comment.