diff --git a/maubot/cli/util/spdx.py b/maubot/cli/util/spdx.py index 08e245b..aca303d 100644 --- a/maubot/cli/util/spdx.py +++ b/maubot/cli/util/spdx.py @@ -13,12 +13,12 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from typing import Dict +from typing import Dict, Optional import zipfile import pkg_resources import json -spdx_list = None +spdx_list: Optional[Dict[str, Dict[str, str]]] = None def load() -> None: