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

Commit

Permalink
Ran isort, ref #558
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed May 12, 2021
1 parent edb24c4 commit 320aaa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vaccinate/core/exporter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from typing import Callable, Dict, Generator, Iterator, List, Optional

import beeline
from django.contrib.auth.models import AnonymousUser
from api.search import search_locations
from core import models
from core.exporter.storage import GoogleStorageWriter, LocalWriter, StorageWriter
from api.search import search_locations
from django.contrib.auth.models import AnonymousUser
from django.db import transaction
from django.db.models import Count, F, Q, QuerySet
from django.test.client import RequestFactory
Expand Down

0 comments on commit 320aaa1

Please sign in to comment.