Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 5, 2021
1 parent a341e91 commit e050ab4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pyhf/writexml.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pathlib import Path
import shutil
import pkg_resources
import xml.etree.cElementTree as ET
import xml.etree.ElementTree as ET
import numpy as np

# TODO: Move to uproot4 when ROOT file writing is supported
Expand Down
2 changes: 1 addition & 1 deletion tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pyhf.writexml
import pytest
import json
import xml.etree.cElementTree as ET
import xml.etree.ElementTree as ET
import logging


Expand Down
2 changes: 1 addition & 1 deletion tests/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import uproot
from pathlib import Path
import pytest
import xml.etree.cElementTree as ET
import xml.etree.ElementTree as ET
import logging


Expand Down

0 comments on commit e050ab4

Please sign in to comment.