Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
legnadev committed Jun 27, 2024
1 parent 0d7db1d commit 87791bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolium/utils/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def store_by_storage_type(context, key, value):
:param key: key to store the value in proper storage
:param value: value to store in key
:param context: behave context
:return:
:return:
"""
clean_key = re.sub(r'[\[\]]', '', key)
if ":" in clean_key:
Expand Down

0 comments on commit 87791bd

Please sign in to comment.