Skip to content

Commit

Permalink
fix: fixes datetime import
Browse files Browse the repository at this point in the history
  • Loading branch information
a-rampalli committed May 13, 2023
1 parent fe07541 commit eb6b2b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#

import datetime
from datetime import datetime
import math
from abc import ABC, abstractmethod
from itertools import chain
Expand Down

0 comments on commit eb6b2b4

Please sign in to comment.