Skip to content

Commit

Permalink
fix(ingest/unity): remove redundant check (datahub-project#11732)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Oct 29, 2024
1 parent b26da57 commit 91fbd12
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,6 @@ def _create_table(
datetime.fromtimestamp(obj.updated_at / 1000, tz=timezone.utc)
if obj.updated_at
else None
if obj.updated_at
else None
),
updated_by=obj.updated_by,
table_id=obj.table_id,
Expand Down

0 comments on commit 91fbd12

Please sign in to comment.