File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ <h1 class="title">Module <code>pyControl4.error_handling</code></h1>
5858
5959
6060class InvalidCategory(C4Exception):
61- """Raised when an invalid category is provided when calling
61+ """Raised when an invalid category is provided when calling
6262 `pyControl4.director.C4Director.getAllItemsByCategory`."""
6363
6464
@@ -68,10 +68,7 @@ <h1 class="title">Module <code>pyControl4.error_handling</code></h1>
6868 "Permission denied Bad credentials": BadCredentials,
6969}
7070
71- DIRECTOR_ERRORS = {
72- "Unauthorized": Unauthorized,
73- "Invalid category": InvalidCategory
74- }
71+ DIRECTOR_ERRORS = {"Unauthorized": Unauthorized, "Invalid category": InvalidCategory}
7572
7673DIRECTOR_ERROR_DETAILS = {"Expired or invalid token": BadToken}
7774
@@ -298,7 +295,7 @@ <h3>Subclasses</h3>
298295< span > Expand source code</ span >
299296</ summary >
300297< pre > < code class ="python "> class InvalidCategory(C4Exception):
301- """Raised when an invalid category is provided when calling
298+ """Raised when an invalid category is provided when calling
302299 `pyControl4.director.C4Director.getAllItemsByCategory`."""</ code > </ pre >
303300</ details >
304301< h3 > Ancestors</ h3 >
You can’t perform that action at this time.
0 commit comments