Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Aug 25, 2022
1 parent 0dc372e commit a6c3d53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ def response_hook(span, req, resp):
---
"""

from time import time_ns
from logging import getLogger
from sys import exc_info
from time import time_ns
from typing import Collection

import falcon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ def response_hook(span: Span, status: str, response_headers: List):
"""

from logging import getLogger
from time import time_ns
from timeit import default_timer
from typing import Collection
from time import time_ns

import flask

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ def client_resposne_hook(span, future):
from collections import namedtuple
from functools import partial
from logging import getLogger
from typing import Collection
from time import time_ns
from typing import Collection

import tornado.web
import wrapt
Expand Down

0 comments on commit a6c3d53

Please sign in to comment.