Skip to content

Commit

Permalink
lint setup.py
Browse files Browse the repository at this point in the history
details: ran black command on the plugin implementation and caught something with black
Signed-off-by: murilommen <[email protected]>
  • Loading branch information
murilommen committed Jul 18, 2022
1 parent 2215196 commit e908b2f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions plugins/flytekit-whylogs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@

microlib_name = f"flytekitplugins-{PLUGIN_NAME}"

plugin_requires = [
"protobuf>=3.15,<4.0.0"
"whylogs",
"whylogs[viz]"
]
plugin_requires = ["protobuf>=3.15,<4.0.0" "whylogs", "whylogs[viz]"]

__version__ = "0.0.0+develop"

Expand Down

0 comments on commit e908b2f

Please sign in to comment.