Skip to content

Commit 05d1986

Browse files
committed
rename main to tables
1 parent 28c6f1a commit 05d1986

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

tests/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ..main import Table
1+
from ..tables import Table
22

33
if __name__ == "__main__": # definitions
44
print("Table definitions:")

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Unit tests for main.py
22
"""
33

4-
from ..main import Table
4+
from ..tables import Table
55

66
def test_tables():
77
"""Unit tests for Table() class

0 commit comments

Comments
 (0)