Skip to content

Commit

Permalink
make import rqjob_register into module scope
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 26, 2024
1 parent b55dfed commit 0aaf186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcor_shared/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
from .dcinst import get_dc_instance
from .mime import DC_MIME_TYPES, VALID_FORMATS
from . import paths
from .rqjob import RQJob
from .rqjob import RQJob, rqjob_register
from ._version import version as __version__

0 comments on commit 0aaf186

Please sign in to comment.