Type-Hint some files that were not type-hinted #101

Open
Sengolda wants to merge 16 commits from unknown repository into 2.0
12 changed files with 47 additions and 355 deletions
Showing only changes of commit 322230ec8a - Show all commits

View File

@ -23,14 +23,15 @@ DEALINGS IN THE SOFTWARE.
"""
import argparse
import platform
import sys
from pathlib import Path
from typing import List
from typing import Dict, List
import aiohttp
import pkg_resources
import discord
import pkg_resources
import aiohttp
import platform
def show_version() -> None: