forked from cartsnitch/api
style: ruff format conformance (CAR-1335)
- tests/test_openapi.py: collapse 2 blank lines to 1 (ruff format) - tests/conftest.py: collapse 2 blank lines to 1 (ruff format) These format nits block lint (a hard gate). The conftest.py one was introduced in CAR-1132 (#42) and would have blocked every subsequent PR on dev until fixed. Refs CAR-1335, CAR-1135. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -117,7 +117,6 @@ def _register_event_listeners():
|
||||
event.listen(cls, "before_insert", _set_timestamp_defaults)
|
||||
|
||||
|
||||
|
||||
TEST_JWT_SECRET = secrets.token_urlsafe(32)
|
||||
TEST_SERVICE_KEY = secrets.token_urlsafe(32)
|
||||
TEST_FERNET_KEY = "7reF42nmTwbdN21PBoubGp7h_FU8qSimstmlaMLoRK8="
|
||||
|
||||
Reference in New Issue
Block a user