From 87d2408545719c617967abb219935d3bb7ef4a41 Mon Sep 17 00:00:00 2001 From: MarcusRostSAP <146723913+MarcusRostSAP@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:18:39 +0100 Subject: [PATCH] Fix linting (#59) * reformatted for linting bot --------- Co-authored-by: MarcusRostSAP * minor formatting changes --------- Co-authored-by: MarcusRostSAP --- bpmnconstraints/script.py | 1 + bpmnconstraints/utils/plot.py | 1 + setup.py | 1 + 3 files changed, 3 insertions(+) diff --git a/bpmnconstraints/script.py b/bpmnconstraints/script.py index 6f7eb1e..060ca00 100644 --- a/bpmnconstraints/script.py +++ b/bpmnconstraints/script.py @@ -1,4 +1,5 @@ """Entry point for bpmnsignal command. Verifies argument and runs parser.""" + # pylint: disable=import-error import argparse import logging diff --git a/bpmnconstraints/utils/plot.py b/bpmnconstraints/utils/plot.py index 7a5990c..434b782 100644 --- a/bpmnconstraints/utils/plot.py +++ b/bpmnconstraints/utils/plot.py @@ -1,6 +1,7 @@ """ Module for plotting functions. """ + # pylint: disable=import-error import matplotlib.pyplot as plt diff --git a/setup.py b/setup.py index dffd6fe..2882653 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ """Setup for running the bpmnconstraints script.""" + import setuptools with open("README.md", encoding="utf-8") as file: