Skip to content

Commit

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

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

0 comments on commit ef2cbb2

Please sign in to comment.