summaryrefslogtreecommitdiffstats
path: root/asynceapi/errors.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--asynceapi/errors.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/asynceapi/errors.py b/asynceapi/errors.py
index e6794b7..5fce9db 100644
--- a/asynceapi/errors.py
+++ b/asynceapi/errors.py
@@ -12,8 +12,7 @@ import httpx
class EapiCommandError(RuntimeError):
- """
- Exception class for EAPI command errors.
+ """Exception class for EAPI command errors.
Attributes
----------