Parcourir la source

Forgot future annotations

Kirk Trombley il y a 3 ans
Parent
commit
e708730685
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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
 import json
 import traceback