Skip to content

Commit

Permalink
Fixed failing isort tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlawrimore committed Nov 29, 2024
1 parent 090c88e commit 71fa678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dsst_etl/hhs_doi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
from pathlib import Path
from typing import Generator

import pdf2doi
import pypdf
from pdf2doi import config as pdf2doi_config
from pypdf._doc_common import DocumentInformation
from pypdf.errors import EmptyFileError, PdfStreamError
import pdf2doi
from pdf2doi import config as pdf2doi_config
from tqdm import tqdm

from dsst_etl import logger
Expand Down
3 changes: 1 addition & 2 deletions dsst_etl/logger.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import logging
from logging import Logger
from logging import StreamHandler, FileHandler, Formatter
import sys
from logging import FileHandler, Formatter, Logger, StreamHandler


def configure_logger() -> Logger:
Expand Down

0 comments on commit 71fa678

Please sign in to comment.