mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
silcenced flake8
This commit is contained in:
parent
a37b1882db
commit
1c3c29abb6
@ -95,7 +95,7 @@ def _apply(target: UPDATABLE_DATA, key: str, to_set: Any = None, delete: bool =
|
||||
raise ValueError(f'Dont know how to apply data to {type(target)} {target!r}')
|
||||
|
||||
|
||||
def _deep_apply(target: UPDATABLE_DATA, path: str, to_set=None, delete=False):
|
||||
def _deep_apply(target: UPDATABLE_DATA, path: str, to_set=None, delete=False): # noqa: CCR001 # Recursive silliness.
|
||||
"""
|
||||
Set the given path to the given value, if it exists.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user