File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def add_options(cls, parser):
2525 "--application-import-names" ,
2626 default = "" ,
2727 action = "store" ,
28- type = "string" ,
28+ type = str ,
2929 help = "Import names to consider as application-specific" ,
3030 parse_from_config = True ,
3131 comma_separated_list = True ,
@@ -35,7 +35,7 @@ def add_options(cls, parser):
3535 "--application-package-names" ,
3636 default = "" ,
3737 action = "store" ,
38- type = "string" ,
38+ type = str ,
3939 help = ("Package names to consider as company-specific "
4040 "(used only by 'appnexus' style)" ),
4141 parse_from_config = True ,
@@ -46,7 +46,7 @@ def add_options(cls, parser):
4646 "--import-order-style" ,
4747 default = DEFAULT_IMPORT_ORDER_STYLE ,
4848 action = "store" ,
49- type = "string" ,
49+ type = str ,
5050 help = ("Style to follow. Available: " +
5151 ", " .join (cls .list_available_styles ())),
5252 parse_from_config = True ,
You can’t perform that action at this time.
0 commit comments