Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Jul 13, 2023
1 parent c1a1645 commit 6f6cee6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion onadata/apps/main/tests/test_signals.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import pytz

"""Tests for onadata.apps.main.signals module"""

from datetime import datetime
from unittest.mock import Mock, patch

import pytz

from django.contrib.auth import get_user_model

from onadata.apps.main.tests.test_base import TestBase
Expand Down

0 comments on commit 6f6cee6

Please sign in to comment.