Skip to content

Commit

Permalink
Merge #594
Browse files Browse the repository at this point in the history
594: Add module docstrings clocks r=pathunstrom a=lfunderburk

Change reflected on clocks.py

Closes #536

Co-authored-by: Laura Gutierrez Funderburk <[email protected]>
  • Loading branch information
bors[bot] and Laura Gutierrez Funderburk authored Mar 13, 2021
2 parents 5b64e29 + 35e930e commit 2a1bd84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ppb/systems/clocks.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
This module performs time keeping of subsystems
"""

import time

import ppb
Expand Down

0 comments on commit 2a1bd84

Please sign in to comment.