Remove unused pytz import

See https://bugzilla.redhat.com/show_bug.cgi?id=2235255
This commit is contained in:
Carl George 2023-08-28 22:26:18 -05:00
parent b60371f902
commit 572f6b3fac

View file

@ -14,7 +14,6 @@ import git
import json
import logging
import os
import pytz
import re
import requests
import sys