Skip to content

Commit

Permalink
make pylint happier
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Jan 2, 2024
1 parent 0a6d39a commit 42638a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyMPDATA/impl/clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
no time unit guaranteed, returned value only for relative time measurements """
import ctypes

clock = ctypes.pythonapi._PyTime_GetSystemClock
clock = ctypes.pythonapi._PyTime_GetSystemClock # pylint:disable=protected-access
clock.argtypes = []
clock.restype = ctypes.c_int64

0 comments on commit 42638a4

Please sign in to comment.