Fix for lint

This commit is contained in:
Yuta Hayashibe 2022-09-24 21:52:27 +09:00
parent b19bd4f683
commit c6f3e1e86b
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
#!/usr/bin/env python3
import asyncio
import json
from logging import getLogger
import numpy as np

View file

@ -1,7 +1,6 @@
#!/usr/bin/env python3
import argparse
import asyncio
import json
from logging import DEBUG, INFO, basicConfig, getLogger
from typing import Optional, Union