Show More
@@ -646,7 +646,7 b' class _zstdengine(compressionengine):' | |||
|
646 | 646 | # Not all installs have the zstd module available. So defer importing |
|
647 | 647 | # until first access. |
|
648 | 648 | try: |
|
649 | from .. import zstd | |
|
649 | from .. import zstd # pytype: disable=import-error | |
|
650 | 650 | |
|
651 | 651 | # Force delayed import. |
|
652 | 652 | zstd.__version__ |
General Comments 0
You need to be logged in to leave comments.
Login now