Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Aug 21, 2020
1 parent 7c370fa commit b92aabb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion default/forms.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django import forms
from django.core.cache import cache
from django.utils.translation import gettext_lazy as _

from default.util import ocds_tags
Expand Down
1 change: 1 addition & 0 deletions default/util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import json

from django.core.cache import cache
from django.http import JsonResponse
from django.shortcuts import render
from django.utils.translation import gettext_lazy as _
Expand Down
1 change: 0 additions & 1 deletion tests/test_google_drive.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json
from datetime import datetime

from unittest.mock import patch

from tests import ViewTestCase, ViewTests
Expand Down

0 comments on commit b92aabb

Please sign in to comment.