Browse Source

Forgot future annotations

Kirk Trombley 3 years ago
parent
commit
e708730685
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/groupme_driver.py

+ 2 - 0
drivers/groupme_driver.py

@@ -1,3 +1,5 @@
+from __future__ import annotations
+
 from datetime import datetime
 from datetime import datetime
 import json
 import json
 import traceback
 import traceback