Browse Source

tiny cleanup

Falko Schindler 1 năm trước cách đây
mục cha
commit
44ad03b381
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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