Skip to content

Commit 7db2e2f

Browse files
committed
Removed unused files.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 2f93348 commit 7db2e2f

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

taskiq/decor.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

taskiq/exceptions.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,5 @@ class TaskiqError(Exception):
22
"""Base exception for all errors."""
33

44

5-
class TaskiqBrokerIsNotSetError(TaskiqError):
6-
"""
7-
Someone tried to access non existing broker.
8-
9-
This exception is thrown when you
10-
call `kiq()` method before calling `set_broker`
11-
function.
12-
"""
13-
14-
155
class TaskiqResultTimeoutError(TaskiqError):
166
"""Waiting for task results has timed out."""

0 commit comments

Comments
 (0)