Skip to content

Commit

Permalink
fixup! Add Java mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Jul 9, 2019
1 parent 22da400 commit 9ebe183
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions o2a/converter/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
from o2a.converter.task_group import TaskGroup


# This is a container for data, so it does not contain public methods intentionally.
class Workflow: # pylint: disable=too-few-public-methods
class Workflow:
"""Class for Workflow"""

def __init__(
Expand Down

0 comments on commit 9ebe183

Please sign in to comment.