ADS Bibcode fix #140
Annotations
7 errors
|
Run tests:
tests/test_idutils.py#L793
test_detect_schemes
NameError: name 'unicodedata' is not defined. Did you forget to import 'unicodedata'
|
Run tests:
tests/test_idutils.py#L802
test_is_type
NameError: name 'unicodedata' is not defined. Did you forget to import 'unicodedata'
|
Run tests:
tests/test_idutils.py#L817
test_idempotence
NameError: name 'unicodedata' is not defined. Did you forget to import 'unicodedata'
|
Run tests:
tests/test_idutils.py#L844
test_valueerror
NameError: name 'unicodedata' is not defined. Did you forget to import 'unicodedata'
|
Run tests:
idutils/normalizers.py#L1
isort-check
"""ID normalizer helper functions."""
import unicodedata
+
import isbnlib
from .proxies import custom_schemes_registry
|
Run tests
The operation was canceled.
|
Loading