浏览代码

Remove unnecessary "import json" statements

Rino Beeli 2 年之前
父节点
当前提交
1fc253529a
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      nicegui/client.py
  2. 0 1
      nicegui/element.py

+ 0 - 1
nicegui/client.py

@@ -1,5 +1,4 @@
 import asyncio
-import json
 import time
 import uuid
 from pathlib import Path

+ 0 - 1
nicegui/element.py

@@ -1,6 +1,5 @@
 from __future__ import annotations
 
-import json
 import re
 from abc import ABC
 from copy import deepcopy