Skip to content

Commit

Permalink
remove unnecessary decorator dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
haritamar committed Jul 4, 2024
1 parent 67a36e9 commit e839502
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions elementary/utils/env_vars_context.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import os
from contextlib import contextmanager
from typing import Dict, Generator, Optional

from decorator import contextmanager


@contextmanager
def env_vars_context(env_vars: Optional[Dict[str, str]]) -> Generator[None, None, None]:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ packages = [{include = "elementary"}]
[tool.poetry.dependencies]
python = ">=3.8,<4"
click = ">=7.0,<9.0"
decorator = ">=5.1.1"
pyfiglet = "<1.0.0"
dbt-core = ">=0.20,<2.0.0"
requests = ">=2.28.1,<3.0.0"
Expand Down

0 comments on commit e839502

Please sign in to comment.