From 3a1da529bdba0c353b10f6fe2cf1024feb81f809 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 25 Aug 2022 10:44:05 +0200 Subject: [proxy] normalize whitespace in .py and .sql files --- src/hydrilla/proxy/state.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hydrilla/proxy/state.py') diff --git a/src/hydrilla/proxy/state.py b/src/hydrilla/proxy/state.py index e5c7bd7..d00658f 100644 --- a/src/hydrilla/proxy/state.py +++ b/src/hydrilla/proxy/state.py @@ -299,7 +299,7 @@ class PayloadRef(Ref): @abstractmethod def get_mapping(self) -> MappingVersionRef: """....""" - ... + ... @abstractmethod def get_script_paths(self) \ @@ -317,7 +317,7 @@ class PayloadRef(Ref): class MappingUseMode(Enum): """ AUTO - Apply mappings except for those explicitly disabled. - + WHEN_ENABLED - Only apply mappings explicitly marked as enabled. Don't apply unmarked nor explicitly disabled mappings. -- cgit v1.2.3