bupa1018 commited on
Commit
1ea6f88
·
1 Parent(s): 65a3320

Update chunk_python_code.py

Browse files
Files changed (1) hide show
  1. chunk_python_code.py +0 -2
chunk_python_code.py CHANGED
@@ -15,8 +15,6 @@ def chunk_python_code_with_metadata(source_code, source):
15
  usage = "kadi-apy python library"
16
  elif source.startswith("kadi_apy/cli/"):
17
  usage = "kadi-apy python cli library"
18
- elif source.startswith("kadi_apy/cli/commands/"):
19
- usage = "kadi-apy command line interface"
20
  else:
21
  usage = "undefined"
22
 
 
15
  usage = "kadi-apy python library"
16
  elif source.startswith("kadi_apy/cli/"):
17
  usage = "kadi-apy python cli library"
 
 
18
  else:
19
  usage = "undefined"
20