浏览代码

fix problem on Python 3.8

Falko Schindler 1 年之前
父节点
当前提交
d38671df5f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/documentation/content/more/storage_documentation.py

+ 1 - 1
website/documentation/content/more/storage_documentation.py

@@ -5,7 +5,7 @@ from nicegui import ui
 
 from ...model import DetailDocumentation
 
-counter: Counter[str] = Counter()
+counter = Counter()  # type: ignore
 start = datetime.now().strftime(r'%H:%M, %d %B %Y')