浏览代码

tiny cleanup

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