Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jun 18, 2024
1 parent cd2855c commit 52c3cdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dbt_common/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ def from_dict(cls, dct: Mapping) -> "Record":


class Diff:
"""Marker class for diffs?"""

def __init__(self, current_recording_path: str, previous_recording_path: str) -> None:
self.current_recording_path = current_recording_path
self.previous_recording_path = previous_recording_path
Expand Down

0 comments on commit 52c3cdd

Please sign in to comment.