Skip to content

Commit

Permalink
refactor: remove default constructor
Browse files Browse the repository at this point in the history
Signed-off-by: Jude Niroshan <jude.niroshan11@gmail.com>
  • Loading branch information
JudeNiroshan committed May 9, 2024
1 parent 421aee9 commit b7b2a3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/redhat/exhort/utils/PythonDependency.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public class PythonDependency {
String version = "";
List<String> dependencies;

public PythonDependency() {}

public PythonDependency(String name, String version, List<String> dependencies) {
this.name = name;
this.version = version;
Expand Down

0 comments on commit b7b2a3a

Please sign in to comment.