Removed sqlite as dependency

This commit is contained in:
Kevin F 2022-09-17 01:23:27 -05:00
parent 6f3e5aebd9
commit 25e705c0b2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
size related utilities
"""
import sqlite3, os
import os
from onionrutils import stringvalidators
"""
This program is free software: you can redistribute it and/or modify