Skip to content

Commit

Permalink
refactor: Prefer composition over inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Mar 22, 2024
1 parent f0cb9c9 commit cf9bf65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/temporal/batch_exports/batch_exports.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import abc
import collections.abc
import dataclasses
import datetime as dt
Expand Down

0 comments on commit cf9bf65

Please sign in to comment.