Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jimustafa committed Sep 15, 2023
1 parent 55e0028 commit 00cff59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_chk.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np
import pytest

import w90io
import wannier90io as w90io


@pytest.mark.parametrize('example', ['example01', 'example02'])
Expand Down
3 changes: 2 additions & 1 deletion tests/test_mmn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import numpy as np
import pytest
import w90io

import wannier90io as w90io


@pytest.mark.parametrize('example', ['example01', 'example02', 'example04'])
Expand Down

0 comments on commit 00cff59

Please sign in to comment.