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