Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 81a78e8

Browse filesBrowse files
committed
remove print
1 parent 2f8f853 commit 81a78e8
Copy full SHA for 81a78e8

File tree

2 files changed

+1
-2
lines changed
Filter options

2 files changed

+1
-2
lines changed

‎idom_router/simple.py

Copy file name to clipboardExpand all lines: idom_router/simple.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ def __init__(self, route: Route) -> None:
2424
self.key = self.pattern.pattern
2525

2626
def resolve(self, path: str) -> tuple[Any, dict[str, Any]] | None:
27-
print(path)
28-
print(self.key)
2927
match = self.pattern.match(path)
3028
if match:
3129
return (

‎requirements/check-style.txt

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
black
22
flake8
3+
flake8-print
34
flake8_idom_hooks
45
isort

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.