File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -104,3 +104,4 @@ venv.bak/
104104# mypy
105105.mypy_cache /
106106.DS_Store
107+ .vscode
Original file line number Diff line number Diff line change @@ -204,11 +204,6 @@ def parse_ref(
204204 parser: The argument parser
205205 args: Parsed command-line arguments
206206 """
207- if args .n > 1 :
208- logger .warning (
209- 'Support for split indices (`-n`) will be deprecated in the next major release. '
210- 'Please read the release notes on GitHub for more information. '
211- )
212207
213208 if args .k is not None :
214209 if args .k < 0 or not args .k % 2 :
@@ -260,7 +255,6 @@ def parse_ref(
260255 args .g ,
261256 args .c1 ,
262257 args .c2 ,
263- n = args .n ,
264258 k = args .k ,
265259 flank = args .flank ,
266260 include = include ,
@@ -289,7 +283,6 @@ def parse_ref(
289283 args .f1 ,
290284 args .i ,
291285 args .g ,
292- n = args .n ,
293286 k = args .k ,
294287 no_mismatches = args .no_mismatches ,
295288 overwrite = args .overwrite ,
@@ -302,7 +295,6 @@ def parse_ref(
302295 args .f1 ,
303296 args .i ,
304297 args .g ,
305- n = args .n ,
306298 k = args .k ,
307299 include = include ,
308300 exclude = exclude ,
You can’t perform that action at this time.
0 commit comments