Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Jul 20, 2024
1 parent c7d9848 commit d1ef93c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_molview_spec.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use pymol_session_utils::molviewspec::nodes::{
use pseutils::molviewspec::nodes::{
ColorT, ComponentExpression, ComponentSelector, ComponentSelectorT, ParseFormatT, ParseParams,
RepresentationTypeT, State, StructureParams, StructureTypeT,
};
Expand Down
4 changes: 2 additions & 2 deletions tests/test_pse_parsing.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use pymol_session_utils::pymolparsing::parsing::{CustomValue, SettingsEnum};
use pymol_session_utils::PSEData;
use pseutils::pymolparsing::parsing::{CustomValue, SettingsEnum};
use pseutils::PSEData;
const TEST_OUTPUT_DIR: &str = "./test_temporary";

#[test]
Expand Down

0 comments on commit d1ef93c

Please sign in to comment.