You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: copyleaks/deprecationService.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,14 @@
26
26
classdeprecationService:
27
27
@staticmethod
28
28
defshow_deprecation_message():
29
-
# Trace equivalent - using logging
29
+
30
30
logging.warning("DEPRECATION NOTICE: AI Code Detection will be discontinued on August 29, 2025. Please remove AI code detection integrations before the sunset date.")
31
31
32
-
# Red colored console output using ANSI escape codes
0 commit comments