You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docstring for tc.attribute.create includes a force parameter, but the function does not have such a parameter.
🤔 Expected Behavior
Docstring should not contain force param.
😯 Current Behavior
Docstring contains force param.
💁 Possible Solution
Remove force param from tc.attribute.create docstring
🔦 Context
Originally, the force parameter was used to skip reserved attribute name checking, but since we have tc.attribute._create (note the leading _) for that exact purpose, we no longer needed the force parameter. That parameter was removed, but the docstring erroneously kept it.
💻 Code Sample
N/A
🌍 Your Environment
tamr_client
Software
Version(s)
tamr-unify-client
0.11.0-dev
Tamr server
n/a
Python
3.6.5
Operating System
MacOS
The text was updated successfully, but these errors were encountered:
🐛 bug report
Docstring for
tc.attribute.create
includes aforce
parameter, but the function does not have such a parameter.🤔 Expected Behavior
Docstring should not contain
force
param.😯 Current Behavior
Docstring contains
force
param.💁 Possible Solution
Remove
force
param fromtc.attribute.create
docstring🔦 Context
Originally, the
force
parameter was used to skip reserved attribute name checking, but since we havetc.attribute._create
(note the leading_
) for that exact purpose, we no longer needed theforce
parameter. That parameter was removed, but the docstring erroneously kept it.💻 Code Sample
N/A
🌍 Your Environment
tamr_client
The text was updated successfully, but these errors were encountered: