Skip to content

Commit

Permalink
fixed typo flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sumandari committed Feb 12, 2022
1 parent 4398bef commit f2254ea
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# coding=utf-8
import mock.mock
from unittest.mock import patch, call
from unittest.mock import patch
from django.urls import reverse
from django.test import TestCase, override_settings
from django.test.client import Client
Expand Down

0 comments on commit f2254ea

Please sign in to comment.