Skip to content

Commit

Permalink
Update main with state generator package change
Browse files Browse the repository at this point in the history
  • Loading branch information
hmcalister committed Nov 22, 2023
1 parent b54e2db commit 8735cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"hmcalister/hopfield/hopfieldnetwork/datacollector"
"hmcalister/hopfield/hopfieldnetwork/domain"
"hmcalister/hopfield/hopfieldnetwork/noiseapplication"
states "hmcalister/hopfield/hopfieldnetwork/states/stategenerator"
states "hmcalister/hopfield/hopfieldnetwork/states"
"hmcalister/hopfield/hopfieldutils"
)

Expand Down

0 comments on commit 8735cad

Please sign in to comment.