Deprecate and remove usage of aiida.common.utils.strip_prefix #6705
Labels
good first issue
Issues that should be relatively easy to fix also for beginning contributors
help wanted
type/feature request
status undecided
Since Python 3.9 this is now equivalent to the
str.removeprefix
builtin: https://docs.python.org/3.9/library/stdtypes.html#str.removeprefixThe text was updated successfully, but these errors were encountered: