Skip to content

Commit

Permalink
fix: quality
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 15, 2024
1 parent 1d8fe63 commit 5f28dbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This module contains tests for the backends of the edxapp_wrapper.
"""


# pylint: disable=import-outside-toplevel,unused-import
def test_current_settings_code_imports():
"""
Expand Down
1 change: 0 additions & 1 deletion eox_tagging/test/integration/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ def test_info_view_success(self) -> None:
self.assertIn("version", response_data)
self.assertIn("name", response_data)
self.assertIn("git", response_data)

0 comments on commit 5f28dbb

Please sign in to comment.