Skip to content

Commit

Permalink
rerun precommit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Aug 26, 2023
1 parent db90ede commit 0ad010a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/DataSet/Threaded data acquisition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"\n",
"from qcodes.dataset import (\n",
" Measurement,\n",
" ThreadPoolParamsCaller,\n",
" do1d,\n",
" initialise_database,\n",
" load_or_create_experiment,\n",
Expand All @@ -64,8 +65,7 @@
" DummyInstrument,\n",
" DummyInstrumentWithMeasurement,\n",
")\n",
"from qcodes.dataset import ThreadPoolParamsCaller\n",
"from qcodes.validators import Numbers"
"from qcodes.validators import Numbers\n"
]
},
{
Expand Down

0 comments on commit 0ad010a

Please sign in to comment.