Skip to content

Commit

Permalink
Temporarily ignore imports until typing lands
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Apr 30, 2023
1 parent 449eee7 commit 9f52bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/treq/_agentspy.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright (c) The treq Authors.
# See LICENSE for details.
from typing import Callable, List, Optional, Tuple
from typing import Callable, List, Optional, Tuple # type: ignore

import attr
from twisted.internet.defer import Deferred
from twisted.web.http_headers import Headers
from twisted.web.iweb import IAgent, IBodyProducer, IResponse
from twisted.web.iweb import IAgent, IBodyProducer, IResponse # type: ignore
from zope.interface import implementer


Expand Down

0 comments on commit 9f52bdb

Please sign in to comment.