mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
fix: unused variable removed in dobs.py
This commit is contained in:
parent
dc5116aa2f
commit
37b3498258
1 changed files with 0 additions and 1 deletions
|
@ -454,7 +454,6 @@ def import_dobs_string(content, full_output=False, separator_insertion=True):
|
|||
_check(dobs[4].tag == "ne")
|
||||
ne = int(dobs[4].text.strip())
|
||||
_check(dobs[5].tag == "nc")
|
||||
nc = int(dobs[5].text.strip())
|
||||
|
||||
idld = {}
|
||||
deltad = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue