Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
chenliu0831 committed Apr 29, 2024
1 parent edb32ef commit bcced89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydeequ/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"3.4": "com.amazon.deequ:deequ:2.0.7-spark-3.4",
"3.3": "com.amazon.deequ:deequ:2.0.7-spark-3.3",
"3.2": "com.amazon.deequ:deequ:2.0.7-spark-3.2",
"3.1": "com.amazon.deequ:deequ:2.0.7-spark-3.1"
"3.1": "com.amazon.deequ:deequ:2.0.7-spark-3.1",
"3.0": "com.amazon.deequ:deequ:1.2.2-spark-3.0",
"2.4": "com.amazon.deequ:deequ:1.1.0_spark-2.4-scala-2.11",
}
Expand Down

0 comments on commit bcced89

Please sign in to comment.