Browse Source

Forgot future annotations

Kirk Trombley 3 năm trước cách đây
mục cha
commit
e708730685
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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