From 9b7618598bd888f7c397e22233043722cf8f9acf Mon Sep 17 00:00:00 2001 From: Alexander Loechel Date: Tue, 23 Apr 2024 01:37:42 +0200 Subject: [PATCH] rename file notification.py to message.py as it only contains message related content --- .../models/primitives/{notification.py => message.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/edutap/wallet_google/models/primitives/{notification.py => message.py} (100%) diff --git a/src/edutap/wallet_google/models/primitives/notification.py b/src/edutap/wallet_google/models/primitives/message.py similarity index 100% rename from src/edutap/wallet_google/models/primitives/notification.py rename to src/edutap/wallet_google/models/primitives/message.py