Skip to content

Commit

Permalink
Fix linting (#59)
Browse files Browse the repository at this point in the history
* reformatted for linting bot


---------

Co-authored-by: MarcusRostSAP <[email protected]>

* minor formatting changes

---------

Co-authored-by: MarcusRostSAP <[email protected]>
  • Loading branch information
MarcusRostSAP and MarcusRost authored Feb 13, 2024
1 parent 8ac7c26 commit 87d2408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bpmnconstraints/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Entry point for bpmnsignal command. Verifies argument and runs parser."""

# pylint: disable=import-error
import argparse
import logging
Expand Down
1 change: 1 addition & 0 deletions bpmnconstraints/utils/plot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Module for plotting functions.
"""

# pylint: disable=import-error

import matplotlib.pyplot as plt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Setup for running the bpmnconstraints script."""

import setuptools

with open("README.md", encoding="utf-8") as file:
Expand Down

0 comments on commit 87d2408

Please sign in to comment.