Skip to content

Commit

Permalink
Fixed linting issue using both pylint & flake8 on modified lines
Browse files Browse the repository at this point in the history
Signed-off-by: 101rakibulhasan <[email protected]>
  • Loading branch information
101rakibulhasan committed Oct 4, 2024
1 parent df4abbd commit c0f75b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion plugins/flytekit-deck-standard/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@
'markdown': ['markdown'],
'plotly': ['plotly'],
'pygments': ['pygments'],
'all':['pandas', 'pillow', 'ydata-profiling', 'markdown', 'plotly', 'pygments']
'all': [
'pandas',
'pillow',
'ydata-profiling',
'markdown',
'plotly',
'pygments'
]
}

__version__ = "0.0.0+develop"
Expand Down

0 comments on commit c0f75b4

Please sign in to comment.