Skip to content

Commit

Permalink
Merge pull request #349 from Verisimilitude11/revert-346-import
Browse files Browse the repository at this point in the history
Revert "Unnecessary imports removed."
  • Loading branch information
VerisimilitudeX authored Jan 7, 2023
2 parents 74243c0 + 3a85d02 commit 17a775d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/DNAnalyzer/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
import picocli.CommandLine;

import io.sentry.Sentry;
import io.sentry.ITransaction;
import io.sentry.Sentry;
import io.sentry.SpanStatus;

/**
* Main Class for the DNAnalyzer program.
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/DNAnalyzer/core/Properties.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@

package DNAnalyzer.core;

import static DNAnalyzer.core.DNAAnalysis.countBasePairs;

import java.io.PrintStream;
import java.util.Arrays;
import java.util.List;

import DNAnalyzer.core.DNAAnalysis.BasePairIndex;
import DNAnalyzer.data.aminoAcid.AminoAcid;
import DNAnalyzer.data.aminoAcid.AminoAcidFactory;

Expand Down
2 changes: 2 additions & 0 deletions src/main/java/DNAnalyzer/utils/traits/Traits.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

package DNAnalyzer.utils.traits;

import java.util.HashMap;

public class Traits {
/**
* Check if the DNA sequence has at least three distinct occurrences of the
Expand Down

0 comments on commit 17a775d

Please sign in to comment.