mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
loads of import fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Module for managing FFmpeg processes"""
|
||||
|
||||
import logging
|
||||
import psutil
|
||||
import psutil # type: ignore
|
||||
import subprocess
|
||||
import time
|
||||
from typing import Set, Optional
|
||||
|
||||
Reference in New Issue
Block a user