Skip to content

Commit

Permalink
fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tabotkevin committed Oct 12, 2024
1 parent 28327bb commit e056dc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/dyne/ext/schema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
except ImportError: # pragma: no cover
_AnnotatedAlias = None

from apispec import APISpec, yaml_utils
from apispec import APISpec
from apispec.ext.marshmallow import MarshmallowPlugin

from dyne import status
Expand Down
1 change: 0 additions & 1 deletion src/dyne/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import functools
import inspect
import io
from http.cookies import SimpleCookie
from urllib.parse import parse_qs

Expand Down

0 comments on commit e056dc7

Please sign in to comment.