Skip to content

Commit

Permalink
Use typing_extensions.Self
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Feb 19, 2025
1 parent f094486 commit ff82318
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/dbt/config/profile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import os
from dataclasses import dataclass
from typing import Any, Dict, Optional, Self, Tuple
from typing import Any, Dict, Optional, Tuple

from typing_extensions import Self

from dbt.adapters.contracts.connection import Credentials, HasCredentials
from dbt.clients.yaml_helper import load_yaml_text
Expand Down

0 comments on commit ff82318

Please sign in to comment.