hotfix: add type hints to scheduler mixins (#15916)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
import os
|
||||
import time
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
Mixin class providing multiplexing scheduling logic
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user