Skip to content

Commit

Permalink
Remove unnecessary comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Sep 13, 2023
1 parent 33098a7 commit c4bda82
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions bin/odl2_import_monitor
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ sys.path.append(os.path.abspath(package_dir))
from webpub_manifest_parser.odl import ODLFeedParserFactory

from api.odl2 import ODL2Importer, ODL2ImportMonitor

# NOTE: We need to import it explicitly to initialize MirrorUploader.IMPLEMENTATION_REGISTRY
from core.opds2_import import RWPMManifestParser
from core.scripts import RunCollectionMonitorScript

Expand Down
2 changes: 0 additions & 2 deletions bin/odl2_schema_validate
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ sys.path.append(os.path.abspath(package_dir))
from webpub_manifest_parser.odl import ODLFeedParserFactory

from api.odl2 import ODL2Importer

# NOTE: We need to import it explicitly to initialize MirrorUploader.IMPLEMENTATION_REGISTRY
from core.opds2_import import RWPMManifestParser
from core.opds_schema import ODL2SchemaValidation
from core.scripts import RunCollectionMonitorScript
Expand Down
2 changes: 0 additions & 2 deletions bin/odl_import_monitor
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ package_dir = os.path.join(bin_dir, "..")
sys.path.append(os.path.abspath(package_dir))

from api.odl import ODLImporter, ODLImportMonitor

# NOTE: We need to import it explicitly to initialize MirrorUploader.IMPLEMENTATION_REGISTRY
from core.scripts import RunCollectionMonitorScript

RunCollectionMonitorScript(
Expand Down
1 change: 0 additions & 1 deletion bin/opds2_import_monitor
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ sys.path.append(os.path.abspath(package_dir))

from webpub_manifest_parser.opds2 import OPDS2FeedParserFactory

# NOTE: We need to import it explicitly to initialize MirrorUploader.IMPLEMENTATION_REGISTRY
from core.model import ExternalIntegration
from core.opds2_import import OPDS2Importer, OPDS2ImportMonitor, RWPMManifestParser
from core.scripts import OPDSImportScript
Expand Down
1 change: 0 additions & 1 deletion bin/opds2_schema_validate
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sys.path.append(os.path.abspath(package_dir))

from webpub_manifest_parser.opds2 import OPDS2FeedParserFactory

# NOTE: We need to import it explicitly to initialize MirrorUploader.IMPLEMENTATION_REGISTRY
from core.model.configuration import ExternalIntegration
from core.opds2_import import OPDS2Importer, RWPMManifestParser
from core.opds_schema import OPDS2SchemaValidation
Expand Down
1 change: 0 additions & 1 deletion bin/opds_import_monitor
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ bin_dir = os.path.split(__file__)[0]
package_dir = os.path.join(bin_dir, "..")
sys.path.append(os.path.abspath(package_dir))

# NOTE: We need to import it explicitly to initialize MirrorUploader.IMPLEMENTATION_REGISTRY
from core.scripts import OPDSImportScript

OPDSImportScript().run()

0 comments on commit c4bda82

Please sign in to comment.