Skip to content

Commit

Permalink
removed unused import and path setting of xy array test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShisatoYano committed Mar 26, 2024
1 parent e5afe0a commit adfebf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/components/array/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .xy_array import XYArray
3 changes: 0 additions & 3 deletions test/test_xy_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
"""

import pytest
import sys
import os
import numpy as np

sys.path.append(os.path.dirname(os.path.abspath(__file__)) + "/../src/components/array")
from xy_array import XYArray


Expand Down

0 comments on commit adfebf5

Please sign in to comment.