소스 검색

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