Skip to content

Commit

Permalink
Restructure files
Browse files Browse the repository at this point in the history
  • Loading branch information
blevic committed Jul 5, 2022
1 parent 64249f0 commit 6ba75e6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nrarfcn/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from nrarfcn.nrarfcn import get_frequency, get_nrarfcn
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test_nrarfcn.py → tests/test_nrarfcn.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from .nrarfcn import get_frequency, get_nrarfcn
from nrarfcn import get_frequency, get_nrarfcn


class TestNrarfcn(unittest.TestCase):
Expand Down

0 comments on commit 6ba75e6

Please sign in to comment.