Skip to content

Commit

Permalink
Fixed import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
perronld committed Nov 15, 2023
1 parent d5ed04e commit d85cf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weaver/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from bs4 import BeautifulSoup
from celery.app import Celery
from mypy_boto3_s3.literals import RegionName
from pyramid_celery import celery_app as app
from pyramid.config import Configurator
from pyramid.exceptions import ConfigurationError
from pyramid.httpexceptions import (
Expand All @@ -50,6 +49,7 @@
from pyramid.settings import asbool, aslist
from pyramid.threadlocal import get_current_registry, get_current_request
from pyramid_beaker import set_cache_regions_from_settings
from pyramid_celery import celery_app as app
from requests import HTTPError as RequestsHTTPError, Response
from requests.structures import CaseInsensitiveDict
from requests_file import FileAdapter
Expand Down

0 comments on commit d85cf99

Please sign in to comment.