Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
killiansheriff committed Feb 2, 2024
1 parent bb4fc3a commit 508eabb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions polya/_src/polya.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import numpy as np
import sympy as sp
from graphs import (
from sympy.combinatorics.perm_groups import PermutationGroup

from .graphs import (
Bcc1n2nnnGraph,
Bcc1nnGraph,
Fcc1nn2nn3nnGraph,
Fcc1nn2nnGraph,
Fcc1nnGraph,
Hcp1nnGraph,
)
from sympy.combinatorics.perm_groups import PermutationGroup

GRAPHS = {
"fcc": Fcc1nnGraph,
Expand Down

0 comments on commit 508eabb

Please sign in to comment.