Sfoglia il codice sorgente

Remove unnecessary "import json" statements

Rino Beeli 2 anni fa
parent
commit
1fc253529a
2 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 1
      nicegui/client.py
  2. 0 1
      nicegui/element.py

+ 0 - 1
nicegui/client.py

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

+ 0 - 1
nicegui/element.py

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