mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Apply formatting
This commit is contained in:
@ -67,7 +67,6 @@ try:
|
|||||||
def process_result(ctx, result, *_, **__):
|
def process_result(ctx, result, *_, **__):
|
||||||
_process_result(ctx, result)
|
_process_result(ctx, result)
|
||||||
|
|
||||||
|
|
||||||
except (AttributeError, TypeError): # legacy support for CLick > 8.0.1
|
except (AttributeError, TypeError): # legacy support for CLick > 8.0.1
|
||||||
|
|
||||||
@cli.resultcallback()
|
@cli.resultcallback()
|
||||||
|
@ -33,7 +33,6 @@ if MARSHMALLOW_2:
|
|||||||
class CompatSchema(Schema):
|
class CompatSchema(Schema):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
class CompatSchema(Schema):
|
class CompatSchema(Schema):
|
||||||
|
Reference in New Issue
Block a user