Skip to content

Commit

Permalink
Fix problems detected by ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenbaarda committed Aug 13, 2024
1 parent c01f971 commit 0c687ca
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion edpop_explorer/readers/dutch_almanacs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import csv
from pathlib import Path
from typing import List
from edpop_explorer import Reader, ReaderError, Field, BibliographicalRecord, BIBLIOGRAPHICAL, DatabaseFileMixin
from rdflib import URIRef
Expand Down
3 changes: 0 additions & 3 deletions edpop_explorer/readers/fbtee.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
from pathlib import Path
import sqlite3
from rdflib import URIRef
import requests
from appdirs import AppDirs
from typing import Optional

from edpop_explorer import (
Expand Down
1 change: 0 additions & 1 deletion edpop_explorer/readers/kvcs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import csv
from pathlib import Path
from typing import List
from edpop_explorer import Reader, ReaderError, Field, BiographicalRecord, BIOGRAPHICAL, DatabaseFileMixin
from rdflib import URIRef
Expand Down
1 change: 0 additions & 1 deletion edpop_explorer/readers/pierre_belle.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import csv
from pathlib import Path
from typing import List
from edpop_explorer import Reader, ReaderError, BibliographicalRecord, Field, DatabaseFileMixin
from rdflib import URIRef
Expand Down
2 changes: 0 additions & 2 deletions edpop_explorer/readers/ustc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from pathlib import Path
import sqlite3
from typing import List, Optional, Union
from appdirs import AppDirs
from rdflib import URIRef

from edpop_explorer import (
Expand Down

0 comments on commit 0c687ca

Please sign in to comment.