File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 14
14
HAS_ISORT_5 ,
15
15
IsortDriver ,
16
16
_check_csv ,
17
- _format_option_value ,
18
17
_splitstrip ,
19
18
_unquote ,
20
19
decoding_stream ,
33
32
"HAS_ISORT_5" ,
34
33
"IsortDriver" ,
35
34
"_check_csv" ,
36
- "_format_option_value" ,
37
35
"_splitstrip" ,
38
36
"_unquote" ,
39
37
"decoding_stream" ,
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ def _comment(string: str) -> str:
258
258
def _format_option_value (optdict : OptionDict , value : Any ) -> str :
259
259
"""Return the user input's value from a 'compiled' value.
260
260
261
- TODO: 3.0: Remove deprecated function
261
+ TODO: Refactor the code to not use this deprecated function
262
262
"""
263
263
if optdict .get ("type" , None ) == "py_version" :
264
264
value = "." .join (str (item ) for item in value )
You can’t perform that action at this time.
0 commit comments