Skip to content

Commit 77e8c89

Browse files
committed
Remove darglint-related stuff
`darglint` was replaced by `pydoclint` a while ago, so we don't need this stuff anymore. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ec7408a commit 77e8c89

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.darglint

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/frequenz/channels/timer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def calculate_next_tick_time(
6363
The next tick time (in microseconds) according to
6464
`missed_tick_policy`.
6565
"""
66-
return 0 # dummy value to avoid darglint warnings
6766

6867
def __repr__(self) -> str:
6968
"""Return a string representation of the instance.

0 commit comments

Comments
 (0)