Skip to content

Commit

Permalink
refactor: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen-2101 committed Oct 6, 2023
1 parent 318d19e commit aa7a7ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/entities/engine/engine.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
from sqlalchemy.ext.asyncio import (
create_async_engine,
async_sessionmaker,
Expand Down
2 changes: 1 addition & 1 deletion src/entities/models/dto.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import List, Dict, Any, Set, Optional
from typing import List, Dict, Any, Set
from pydantic import BaseModel
from starlette.authentication import BaseUser

Expand Down
2 changes: 0 additions & 2 deletions src/oauth2/oauth2_admin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import ast
from http import HTTPStatus
import logging
import os
from typing import Dict, Any, Set

import jose.jwt
Expand Down

0 comments on commit aa7a7ac

Please sign in to comment.