Merge pull request #1112 from ChuckNorrison/patch-2

fix sys is not defined
This commit is contained in:
Vlad Stan 2022-11-17 14:58:12 +02:00 committed by GitHub
commit 76dda26f65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
import argparse
import os
import os, sys
import sqlite3
from typing import List