diff options
Diffstat (limited to 'nmigen_boards/resources/display.py')
| -rw-r--r-- | nmigen_boards/resources/display.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nmigen_boards/resources/display.py b/nmigen_boards/resources/display.py deleted file mode 100644 index da3db1a..0000000 --- a/nmigen_boards/resources/display.py +++ /dev/null @@ -1,7 +0,0 @@ -from amaranth_boards.resources.display import * -from amaranth_boards.resources.display import __all__ - - -import warnings -warnings.warn("instead of nmigen_boards.resources.display, use amaranth_boards.resources.display", - DeprecationWarning, stacklevel=2) |
