Skip to content

Commit 75c96ea

Browse files
committedMay 10, 2022
Run end-of-file-fixer
1 parent e76015e commit 75c96ea

18 files changed

+4
-20
lines changed
 

‎LICENSE.txt

-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2222
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2323
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2424
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25-

‎agents/fts_aerotech_stage/fts_aerotech_agent.py

-1
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,3 @@ def make_parser(parser=None):
318318
agent.register_process('acq', fts_agent.start_acq, fts_agent.stop_acq)
319319

320320
runner.run(agent, auto_reconnect=True)
321-

‎agents/hwp_rotation/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ ENTRYPOINT ["dumb-init", "python3", "-u", "rotation_agent.py"]
1414

1515
CMD ["--site-hub=ws://crossbar:8001/ws", \
1616
"--site-http=http://crossbar:8001/call"]
17-

‎agents/labjack/cal_curves/GA10K4D25_cal_curve.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@
119119
77 1598
120120
78 1550
121121
79 1503
122-
80 1458
122+
80 1458

‎agents/smurf_file_emulator/smurf_file_emulator.py

-1
Original file line numberDiff line numberDiff line change
@@ -379,4 +379,3 @@ def make_parser(parser=None):
379379
agent.register_process('stream', file_em.stream, file_em._stop_stream)
380380

381381
runner.run(agent, auto_reconnect=True)
382-

‎agents/synacc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests
1+
requests

‎docs/_static/theme_overrides.css

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
overflow: visible !important;
1212
}
1313
}
14-

‎docs/agents/chwp_encoder.rst

-2
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,3 @@ This again is an example to run multiple agents::
7373
- "--instance-id=HBA1"
7474
- "--site-hub=ws://crossbar:8001/ws"
7575
- "--site-http=http://crossbar:8001/call"
76-
77-

‎docs/agents/cryomech_cpa.rst

-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,3 @@ Supporting APIs
9191

9292
.. autoclass:: agents.cryomech_cpa.cryomech_cpa_agent.PTC
9393
:members:
94-

‎docs/agents/lakeshore240.rst

-1
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,3 @@ Supporting APIs
135135

136136
.. autoclass:: socs.Lakeshore.Lakeshore240.Curve
137137
:members:
138-

‎docs/agents/lakeshore425.rst

-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,3 @@ Supporting APIs
6464
.. automodule:: socs.Lakeshore.Lakeshore425
6565
:members:
6666
:undoc-members:
67-

‎docs/agents/meinberg_m1000_agent.rst

-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,3 @@ Supporting APIs
102102

103103
.. autoclass:: agents.meinberg_m1000.meinberg_m1000_agent.MeinbergSNMP
104104
:members:
105-

‎docs/agents/pfeiffer.rst

-2
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,3 @@ Below is an example client to start data acquisition
7575
If ``['--mode', 'acq']`` is specified in the ocs configuration file,
7676
acquisition will begin automatically upon agent startup, so there may be no
7777
need to run this client.
78-
79-

‎docs/agents/scpi_psu.rst

-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,3 @@ Agent API
9494

9595
.. autoclass:: agents.scpi_psu.scpi_psu_agent.ScpiPsuAgent
9696
:members: monitor_output, set_voltage, set_current, set_output
97-

‎docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,3 @@ def wrap(*args, **kw):
206206

207207
# If true, `todo` and `todoList` produce output, else they produce nothing.
208208
todo_include_todos = True
209-

‎docs/user/installation.rst

-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,3 @@ that ... is a place-holder for other configuration text.
9595
]
9696
...
9797
}
98-

‎tests/hardware/ls240/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def client(request):
1515
print("Initializing Lakeshore.....")
1616
c.init_lakeshore.start()
1717
x = c.init_lakeshore.wait()
18-
return c
18+
return c

‎tests/hardware/test_ls372.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,4 @@ def test_set_get_manual_output():
298298

299299
ht.set_heater_output(start_mout, display_type=start_display)
300300
ht.set_mode(start_mode)
301-
ht.set_heater_range(start_range)
301+
ht.set_heater_range(start_range)

0 commit comments

Comments
 (0)
Please sign in to comment.