Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 2, 2024
1 parent 82c18bc commit 1a7074f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jaraco/services/__init__.py
Expand Up @@ -295,6 +295,7 @@ def __init__(cls, name, bases, attribs):

class Service:
"An abstract base class for services"

__metaclass__ = Dependable
depends: Set[str] = set()

Expand Down

0 comments on commit 1a7074f

Please sign in to comment.