Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 14, 2024
1 parent 182d6d2 commit 835ed0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tendo/singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class SingleInstanceException(BaseException):


class SingleInstance:

"""Class that can be instantiated only once per machine.
If you want to prevent your script from running in parallel just instantiate SingleInstance() class. If is there another instance already running it will throw a `SingleInstanceException`.
Expand Down

0 comments on commit 835ed0c

Please sign in to comment.