fixed up a few issues found from linter

This commit is contained in:
2021-03-19 18:00:44 +11:00
parent 6fd0205b71
commit c2d0004537
2 changed files with 6 additions and 2 deletions

2
job.py
View File

@@ -10,6 +10,8 @@ import pytz
import socket
from shared import PA_JOB_MANAGER_HOST, PA_JOB_MANAGER_PORT
# pylint: disable=no-member
################################################################################
# Class describing Job in the database, and via sqlalchemy, connected to the DB as well
################################################################################