Falko Schindler 1 سال پیش
والد
کامیت
44ad03b381
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      nicegui/storage.py

+ 0 - 1
nicegui/storage.py

@@ -3,7 +3,6 @@ import json
 import uuid
 from collections.abc import MutableMapping
 from pathlib import Path
-from tempfile import gettempdir
 from typing import Any, Dict, Iterator, Optional, Union
 
 import aiofiles