Rodja Trappe 1 tahun lalu
induk
melakukan
ace6eaf1d3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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