forgot an import
This commit is contained in:
parent
1359714c3c
commit
322230ec8a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user