Rodja Trappe 1 năm trước cách đây
mục cha
commit
ace6eaf1d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      nicegui/air.py

+ 1 - 1
nicegui/air.py

@@ -3,7 +3,7 @@ import gzip
 import json
 import re
 from dataclasses import dataclass
-from typing import Any, AsyncIterator, Awaitable, Callable, Dict, Optional
+from typing import Any, AsyncIterator, Dict, Optional
 from uuid import uuid4
 
 import httpx