Skip to content

Commit

Permalink
rm no patch message
Browse files Browse the repository at this point in the history
  • Loading branch information
calad0i committed Dec 2, 2023
1 parent bba76ac commit 6f76516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HGQ/_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ def patch_singledispatch():
"Patch functools.singledispatch to support Union types. Invoked only for python<=3.10"
import sys
if sys.version_info >= (3, 11):
print("singledispatch patch not needed for python>=3.11")
return
import functools
from functools import singledispatch as _singledispatch
Expand Down

0 comments on commit 6f76516

Please sign in to comment.