EGI: Remove unused import of warning module

This commit is contained in:
Greg Taylor 2022-07-15 21:12:52 -07:00
parent 60296a8554
commit db41063cce

View file

@ -4,7 +4,6 @@ The client for sending data to the Evennia Game Index
""" """
import urllib.request, urllib.parse, urllib.error import urllib.request, urllib.parse, urllib.error
import platform import platform
import warnings
import django import django
from django.conf import settings from django.conf import settings