aboutsummaryrefslogtreecommitdiffstats
path: root/env/lib/python3.10/site-packages/pikepdf/_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'env/lib/python3.10/site-packages/pikepdf/_exceptions.py')
-rw-r--r--env/lib/python3.10/site-packages/pikepdf/_exceptions.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/env/lib/python3.10/site-packages/pikepdf/_exceptions.py b/env/lib/python3.10/site-packages/pikepdf/_exceptions.py
deleted file mode 100644
index 8f2412f..0000000
--- a/env/lib/python3.10/site-packages/pikepdf/_exceptions.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# SPDX-FileCopyrightText: 2022 James R. Barlow
-# SPDX-License-Identifier: MPL-2.0
-
-from __future__ import annotations
-
-
-class DependencyError(Exception):
- """A third party dependency is needed to extract streams of this type."""