mirror of https://github.com/arendst/Tasmota.git
remove leftover import re
This commit is contained in:
parent
6bb60e4d95
commit
14d157c255
|
@ -23,7 +23,6 @@ import unishox
|
|||
from os import listdir
|
||||
from os import path
|
||||
from datetime import datetime
|
||||
import re
|
||||
|
||||
def extract_c_string(s: str) -> str:
|
||||
state = 0
|
||||
|
|
Loading…
Reference in New Issue