Skip to content

Commit

Permalink
fix:flake8 outputs for talentsoft
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdellahitech committed Jan 7, 2024
1 parent 168c37d commit 580b3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hrflow_connectors/connectors/talentsoft/warehouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class WriteProfileParameters(ParametersModel):
def decode_unicode(input_str):
try:
return bytes(input_str, "utf-8").decode("unicode_escape")
except UnicodeDecodeError as e:
except UnicodeDecodeError:
return input_str


Expand Down

0 comments on commit 580b3a3

Please sign in to comment.