Skip to content

Commit

Permalink
chore: fix quality errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Feb 2, 2024
1 parent 041640a commit 18a6c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform_plugin_turnitin/constants.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" This module contains constants used in the Turnitin plugin. """
"""This module contains constants used in the Turnitin plugin."""

ALLOWED_FILE_EXTENSIONS = ["doc", "docx", "pdf", "txt"]
2 changes: 1 addition & 1 deletion platform_plugin_turnitin/handlers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Event handlers for the Turnitin plugin. """
"""Event handlers for the Turnitin plugin."""

from platform_plugin_turnitin.tasks import ora_submission_created_task

Expand Down

0 comments on commit 18a6c71

Please sign in to comment.