Skip to content
Snippets Groups Projects
Commit 39595c13 authored by y.zobus's avatar y.zobus
Browse files

cleared "problems"

parent e11b684e
No related branches found
No related tags found
1 merge request!10Resolve "allow graph vizualization also to be Left-> Right and not only Top->Bottom"
Pipeline #7470 failed
......@@ -487,8 +487,7 @@ impl dyn OpticComponent + 'static {
mod test {
use super::OpticNode;
use crate::nodes::{Detector, Dummy, BeamSplitter, NodeGroup};
use std::{fs::File,io::{Write,Read}};
use crate::optic_node::Dottable;
use std::{fs::File,io::Read};
#[test]
fn new() {
......
......@@ -295,7 +295,6 @@ impl OpticScenery {
mod test {
use super::super::nodes::{Dummy, BeamSplitter, EnergyMeter, Source};
use std::{fs::File,io::Read};
use std::io::Write;
use super::*;
#[test]
fn new() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment