users: remove unused import

This commit is contained in:
Luna 2019-03-31 19:02:11 -03:00
parent ff1469f05f
commit 2fd3b81a78
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import random
from os import urandom
from asyncpg import UniqueViolationError