Skip to content

Commit

Permalink
make ruff happy
Browse files Browse the repository at this point in the history
  • Loading branch information
amywieliczka committed Jan 25, 2024
1 parent ef10628 commit b569999
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion metadata_mapper/mappers/oai/islandora_mapper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from typing import Any
import requests
from requests.adapters import HTTPAdapter, Retry

Expand Down
2 changes: 1 addition & 1 deletion metadata_mapper/mappers/oai/quartex_mapper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Any, Union
from typing import Union
from .oai_mapper import OaiRecord, OaiVernacular


Expand Down

0 comments on commit b569999

Please sign in to comment.