Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Apr 9, 2020
1 parent 81a9bd3 commit 77cff94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ska/engarchive/derived/comps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Commanded states 'cmd_state_<key>_<dt>' for any kadi commanded state value.
See: https://nbviewer.jupyter.org/urls/cxc.harvard.edu/mta/ASPECT/ipynb/misc/DAWG-mups-valve-xija-filtering.ipynb
"""
""" # noqa

import re

Expand Down Expand Up @@ -378,7 +378,7 @@ class Comp_KadiCommandState(ComputedMsid):
"""Computed MSID for kadi dynamic commanded states.
The MSID here takes the form ``cmd_state_<state_key>_<dt>`` where:
* ``state_key`` is a valid commanded state key such as ``pitch`` or
``pcad_mode`` or ``acisfp_temp``.
* ``dt`` is the sampling time expressed as a multiple of 1.025 sec
Expand Down

0 comments on commit 77cff94

Please sign in to comment.