Skip to content

Commit

Permalink
style: format code with Black
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in f835965 according to the output
from Black.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jan 1, 2024
1 parent f835965 commit 6be50ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
#pylint: disable=invalid-name, global-variable-undefined, too-many-branches, too-many-statements, consider-using-in
# pylint: disable=invalid-name, global-variable-undefined, too-many-branches, too-many-statements, consider-using-in


def lego_cmd():
Expand Down

0 comments on commit 6be50ea

Please sign in to comment.