Skip to content

Commit

Permalink
ATHD-4133 - doc string update
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan-chawla committed Dec 20, 2022
1 parent d60bd08 commit ecbe289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark_auto_mapper/data_types/base64.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class AutoMapperBase64DataType(AutoMapperTextLikeBase):
"""
Joins array and forms a string using the given delimiter
Computes the BASE64 encoding and returns it as a string
"""

def __init__(self, column: AutoMapperColumnOrColumnLikeType):
Expand Down

0 comments on commit ecbe289

Please sign in to comment.