Skip to content

Commit 1e2c4d0

Browse files
committed
Remove useless branch
1 parent 37909b0 commit 1e2c4d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/async_utils/_typings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ def final(f): # noqa: ANN001
2626

2727

2828
def __getattr__(name: str):
29-
if name == "final": # this one actually executes at runtime
30-
return final
3129

3230
if name in {"Any", "Final", "Literal", "Self"}:
3331
import typing

0 commit comments

Comments
 (0)