Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit fd916d0

Browse files
authored
Update strawberryfields/apps/data/feature.py
1 parent 54824a5 commit fd916d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

strawberryfields/apps/data/feature.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
"""
1717
# pylint: disable=unnecessary-pass
1818
from abc import ABC, abstractmethod
19-
import numpy as np
2019
from pathlib import Path
2120

21+
import numpy as np
22+
2223
DATA_PATH = Path(__file__).parent / "feature_data"
2324

2425

0 commit comments

Comments
 (0)