commit | 8590e3b37a76ed1f340d0ae51d7bfa5686a195d0 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Jan 26 18:35:17 2023 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Jan 26 18:35:17 2023 +0000 |
tree | d65ab6742f6a883dd56950c42e864fc5fd60ae40 | |
parent | eb8c58e27f012f671e61c14473eaeeb808479f30 [diff] |
chore: drop unused func
diff --git a/atmosphere/operator/utils.py b/atmosphere/operator/utils.py index 57cfecc..b4d48e9 100644 --- a/atmosphere/operator/utils.py +++ b/atmosphere/operator/utils.py
@@ -23,11 +23,3 @@ ref = reference.Reference.parse(ref.string()) return ref - - -def filter_annotations(annotations: dict) -> dict: - return { - key: value - for key, value in annotations.items() - if key != "kopf.zalando.org/last-handled-configuration" - }