ashb commented on a change in pull request #19395:
URL: https://github.com/apache/airflow/pull/19395#discussion_r742736988



##########
File path: airflow/models/variable.py
##########
@@ -223,6 +223,7 @@ def rotate_fernet_key(self):
         if self._val and self.is_encrypted:
             self._val = fernet.rotate(self._val.encode('utf-8')).decode()
 
+    @staticmethod

Review comment:
       Wat. How did this ever work without this?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to