Skip to content

Commit

Permalink
Apply ruff/pycodestyle rule W391
Browse files Browse the repository at this point in the history
W391 Extra newline at end of file
  • Loading branch information
DimitriPapadopoulos committed Jan 26, 2025
1 parent bfd5730 commit e96aea7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyedflib/_extensions/_pyedflib.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,3 @@ def set_startdatetime(handle: int, startdate_year: int, startdate_month: int, st
def set_starttime_subsecond(handle: int, subsecond: int) -> int: ...
def set_datarecord_duration(handle: int, duration: int | float) -> int: ...
def set_number_of_annotation_signals(handle: int, annot_signals: int) -> int: ...

0 comments on commit e96aea7

Please sign in to comment.