Skip to content

Commit

Permalink
Remark instead of doc-string
Browse files Browse the repository at this point in the history
  • Loading branch information
mezantrop committed Jun 7, 2024
1 parent 24c503f commit 263bd0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
eval-used,
fixme,
no-member,
pointless-string-statement,
too-many-arguments,
too-many-boolean-expressions,
too-many-branches,
Expand Down
4 changes: 1 addition & 3 deletions tsqlike/tsqlike.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,7 @@ def write_json(self, out_file=None, export_f='', indent=None, separators=None, s
:return: Nothing
"""

"""
Usage example: t.write_json(out_file='1.json', export_f='export_dict_lists()')
"""
# Usage example: t.write_json(out_file='1.json', export_f='export_dict_lists()')

if export_f:
bl = evalctrl.blacklisted(export_f)
Expand Down

0 comments on commit 263bd0a

Please sign in to comment.