Skip to content

Commit

Permalink
Merge pull request #28 from LeFirstTimer/patch-2
Browse files Browse the repository at this point in the history
Add missing import PtpUploaderMessageStopJob
  • Loading branch information
kannibalox authored Jun 5, 2022
2 parents 9fb34dd + af2c496 commit 4d86732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PtpUploader/web/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
from PtpUploader.PtpUploaderMessage import (
PtpUploaderMessageStartJob,
PtpUploaderMessageDeleteJob,
PtpUploaderMessageStopJob
)
from PtpUploader.ReleaseInfo import ReleaseInfo
from PtpUploader.Settings import Settings, config
Expand Down

0 comments on commit 4d86732

Please sign in to comment.