Format imports

This commit is contained in:
hyugogirubato
2024-07-18 00:09:04 +02:00
parent 26cfa69fd0
commit 1d3fe8477e
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -2,12 +2,14 @@ import argparse
import logging
import subprocess
import time
from datetime import datetime
from pathlib import Path
import coloredlogs
import keydive
from keydive.cdm import Cdm
from keydive.constants import CDM_VENDOR_API
from keydive.core import Core