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