Skip to content
Snippets Groups Projects
Commit 7b10e881 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Fix pylint redefined-builtin

parent a06cf0ed
No related branches found
No related tags found
1 merge request!131WIP: Fix linting
...@@ -26,10 +26,6 @@ tasks = { ...@@ -26,10 +26,6 @@ tasks = {
logger_fmt = "%(asctime)s [%(module)s] - %(message)s" logger_fmt = "%(asctime)s [%(module)s] - %(message)s"
class TimeoutError(Exception):
pass
# From https://stackoverflow.com/questions/2281850 # From https://stackoverflow.com/questions/2281850
def timeout(seconds=30, error_message=os.strerror(errno.ETIME)): def timeout(seconds=30, error_message=os.strerror(errno.ETIME)):
def decorator(func): def decorator(func):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment