Explorar o código

Remove unnecessary "import json" statements

Rino Beeli %!s(int64=2) %!d(string=hai) anos
pai
achega
1fc253529a
Modificáronse 2 ficheiros con 0 adicións e 2 borrados
  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