exceptions.py (poetry-1.1.15) | : | exceptions.py (poetry-1.2.0) | ||
---|---|---|---|---|
class RepositoryError(Exception): | from __future__ import annotations | |||
class RepositoryError(Exception): | ||||
pass | pass | |||
class PackageNotFound(Exception): | class PackageNotFound(Exception): | |||
pass | pass | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |