Skip to content

Commit 17344e2

Browse files
committed
FIX: Add compatibility import
1 parent 1389178 commit 17344e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migas/request.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Stripped down, minimal import way to communicate with server"""
2+
from __future__ import annotations
23

34
import json
45
import os

0 commit comments

Comments
 (0)