remove leftover import re

This commit is contained in:
barbudor 2022-01-08 10:18:25 +01:00
parent 6bb60e4d95
commit 14d157c255
1 changed files with 0 additions and 1 deletions

View File

@ -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