Skip to content

Commit

Permalink
fix cache import
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Oct 15, 2024
1 parent 14ee84b commit 2183e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/upload_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from database.enums import CommitErrorTypes
from database.models import Commit, Upload
from database.models.core import GITHUB_APP_INSTALLATION_DEFAULT_NAME, Pull
from helpers import cache
from helpers.cache import cache
from helpers.exceptions import RepositoryWithoutValidBotError
from helpers.github_installation import get_installation_name_for_owner_for_task
from helpers.parallel import ParallelProcessing
Expand Down

0 comments on commit 2183e16

Please sign in to comment.