Skip to content

Commit 42c6fcd

Browse files
committed
node: Drop unused type ignore comment
1 parent 9094eaa commit 42c6fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class RequestsController:
4444
server: HTTPServer
4545

4646
def url_for(self, suffix: str) -> str:
47-
return self.server.url_for(suffix) # type: ignore
47+
return self.server.url_for(suffix)
4848

4949
@property
5050
def url(self) -> str:

0 commit comments

Comments
 (0)