Skip to content

Commit

Permalink
LIU-408: Disable no member error
Browse files Browse the repository at this point in the history
  • Loading branch information
myxie committed Oct 15, 2024
1 parent d1d4278 commit d64e45f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daliuge-common/dlg/common/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
# pylint: disable=no-member

"""dlg command line utility"""
import importlib
import logging
Expand Down

0 comments on commit d64e45f

Please sign in to comment.