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 Jan 29, 2024
1 parent 1fec2a1 commit 9a1bcd2
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 9a1bcd2

Please sign in to comment.