Skip to content

Commit

Permalink
pylint fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Oct 17, 2024
1 parent 6a8491a commit 6280bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rb_ws/src/buggy/setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from setuptools import find_packages, setup
from glob import glob

import os

from setuptools import find_packages, setup

package_name = 'buggy'

setup(
Expand Down

0 comments on commit 6280bc3

Please sign in to comment.