Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 19, 2024
1 parent 7fd8197 commit dcc8e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/postgres/relation_configs/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class PostgresIndexMethod(StrEnum):

@classmethod
def default(cls) -> "PostgresIndexMethod":
return cls.btree
return cls("btree")


@dataclass(frozen=True, eq=True, unsafe_hash=True)
Expand Down

0 comments on commit dcc8e66

Please sign in to comment.