Skip to content

Commit

Permalink
Linting and fixes
Browse files Browse the repository at this point in the history
Signed-off-by: ammar <[email protected]>
  • Loading branch information
ammar92 committed Oct 25, 2023
1 parent 723fa11 commit 5dc8431
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion boefjes/boefjes/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from datetime import datetime, timezone
from enum import Enum
from typing import List, Optional
from urllib.parse import urljoin

from fastapi import Depends, FastAPI, HTTPException, Response
from pydantic import BaseModel, ConfigDict, Field
Expand Down
2 changes: 1 addition & 1 deletion bytes/bytes/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Any, Dict, List, NewType, Optional
from uuid import UUID

from pydantic import BaseModel, Field, AwareDatetime
from pydantic import AwareDatetime, BaseModel, Field
from pydantic.v1.datetime_parse import parse_datetime

RetrievalLink = NewType("RetrievalLink", str)
Expand Down
2 changes: 1 addition & 1 deletion octopoes/octopoes/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from datetime import datetime
from typing import Any, List, Optional

from pydantic import BaseModel, Field, AwareDatetime
from pydantic import AwareDatetime, BaseModel, Field

from octopoes.models import Reference
from octopoes.models.types import OOIType
Expand Down

0 comments on commit 5dc8431

Please sign in to comment.