Skip to content

Commit

Permalink
config: add missing socket import
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 20, 2023
1 parent a09b1f2 commit 819b911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ by installer are included here.
"""

import os
import socket
from celery.schedules import crontab
from copy import deepcopy

Expand Down

0 comments on commit 819b911

Please sign in to comment.