Skip to content

Commit f6373ef

Browse files
olucuriousCopilot
andauthored
Update pyfcm/baseapi.py
Co-authored-by: Copilot <[email protected]>
1 parent 21cc246 commit f6373ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfcm/baseapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import json
44
import time
55
import threading
6-
from typing import Optional
6+
from typing import Optional, Union
77

88
import requests
99
from requests.adapters import HTTPAdapter

0 commit comments

Comments
 (0)