mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 15:53:07 +02:00
util: Remove redundant statements
This commit is contained in:
parent
80ab8f51a5
commit
f2dd87769d
1 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@ def tw_modstring_to_args(line):
|
|||
|
||||
def tw_modstring_to_kwargs(line):
|
||||
output = dict()
|
||||
escape_global_chars = ('"', "'")
|
||||
line = line.strip()
|
||||
|
||||
args = tw_modstring_to_args(line)
|
||||
|
@ -93,7 +92,6 @@ def tw_modstring_to_kwargs(line):
|
|||
if arg == "-VISIBLE":
|
||||
meta['visible'] = False
|
||||
# Ignore tag removal
|
||||
pass
|
||||
|
||||
return output, meta
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue