We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687111f commit f5f7898Copy full SHA for f5f7898
1 file changed
src/fluepdot/fluepdot.py
@@ -165,5 +165,4 @@ def _get(self, endpoint: str, get: GetParam = {}) -> Response:
165
166
167
if __name__ == "__main__":
168
- fd = Fluepdot("http://module.local")
169
- fd.post_text("Hello World!")
+ pass
0 commit comments