Implement RFC 19: Remove amaranth.lib.scheduler

This commit is contained in:
Catherine 2023-09-01 00:27:57 +00:00
parent b172d63160
commit cd4ea96bd1
3 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,10 @@
import warnings
warnings.warn("the `amaranth.lib.scheduler` module will be removed without a replacement; "
"copy the module into your project to continue using it",
DeprecationWarning, stacklevel=2)
from .. import *