Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Oct 3, 2022
1 parent e63cf5b commit e7fb17a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dcargs/conf/_markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
# - Annotated[T, Marker]
class Marker(_singleton.Singleton):
def __getitem__(self, key):
print(key)
return Annotated.__class_getitem__((key, self)) # type: ignore


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcargs"
version = "0.3.16"
version = "0.3.17"
description = "Strongly typed, zero-effort CLI interfaces"
authors = ["brentyi <[email protected]>"]
include = ["./dcargs/**/*"]
Expand Down

0 comments on commit e7fb17a

Please sign in to comment.