From 207f80b73c3be10359833926c1b6571a147306a0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 11 Feb 2024 00:08:30 +0900 Subject: [PATCH] Remove unused constant Change-Id: I13d013af686382716a943b4bc1c23157f4ff48b3 --- storlets/gateway/gateways/docker/gateway.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/storlets/gateway/gateways/docker/gateway.py b/storlets/gateway/gateways/docker/gateway.py index 2ac98e35..602bde31 100644 --- a/storlets/gateway/gateways/docker/gateway.py +++ b/storlets/gateway/gateways/docker/gateway.py @@ -23,9 +23,6 @@ from storlets.gateway.gateways.docker.runtime import RunTimePaths, \ RunTimeSandbox, StorletInvocationProtocol -CONDITIONAL_KEYS = ['IF_MATCH', 'IF_NONE_MATCH', 'IF_MODIFIED_SINCE', - 'IF_UNMODIFIED_SINCE'] - """--------------------------------------------------------------------------- The Storlet Gateway API The API is made of: