Skip to content

Commit

Permalink
fixed unnnessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Nov 15, 2024
1 parent 657600d commit 4c0a141
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 = "turms"
version = "0.8.0"
version = "0.8.2"
description = "graphql-codegen powered by pydantic"
authors = ["jhnnsrs <jhnnsrs@gmail.com>"]
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion turms/plugins/funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ def generate_parameters(
if v.variable.name.value in plugin_config.expand_input_types:

input_type = v.type
print(input_type)

type = client_schema.type_map[input_type.type.name.value]

Expand Down

0 comments on commit 4c0a141

Please sign in to comment.