Skip to content

Commit 3ad2607

Browse files
committed
remove warning, just go with any type for now
1 parent 15eab87 commit 3ad2607

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

polyapi/generate.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ def replace_poly_refs_in_functions(specs: List[SpecificationDto], schema_index):
8383
try:
8484
spec["function"] = resolve_poly_refs(func, schema_index)
8585
except Exception:
86-
print()
87-
print(f"{spec['context']}.{spec['name']} (id: {spec['id']}) failed to resolve poly refs, skipping!")
86+
# print()
87+
# print(f"{spec['context']}.{spec['name']} (id: {spec['id']}) failed to resolve poly refs, skipping!")
8888
spec_idxs_to_remove.append(idx)
8989

9090
# reverse the list so we pop off later indexes first

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.2", "wheel"]
33

44
[project]
55
name = "polyapi-python"
6-
version = "0.3.3.dev2"
6+
version = "0.3.3.dev3"
77
description = "The Python Client for PolyAPI, the IPaaS by Developers for Developers"
88
authors = [{ name = "Dan Fellin", email = "dan@polyapi.io" }]
99
dependencies = [

0 commit comments

Comments
 (0)