mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
Use _ for a variable which is not used
This commit is contained in:
parent
2564f90947
commit
190a5de0e3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def test_make_dynamictable(data_dir, dataset):
|
|||
model = model_from_dynamictable(group)
|
||||
data = dynamictable_to_model(group, model)
|
||||
|
||||
ser = data.model_dump_json()
|
||||
_ = data.model_dump_json()
|
||||
end_time = time.time()
|
||||
total_time = end_time - start_time
|
||||
|
||||
|
|
Loading…
Reference in a new issue