From 21f347ca520d87cd4e35c602689b31ea471c564f Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Sun, 29 Nov 2020 17:10:16 -0500 Subject: [PATCH] Update docs --- api/ECNQueue.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/ECNQueue.py b/api/ECNQueue.py index 881fb4b..f9b6fce 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -22,10 +22,6 @@ Attributes: queueDirectory: The directory to load queues from. queuesToIgnore: Queues that will not be loaded when running getQueues() - -Raises: - # TODO: Add description(s) of when a ValueError is raised. - ValueError: [description] """ #------------------------------------------------------------------------------#