Skip to content

Commit

Permalink
Merge d68a8eb into 3748e1b
Browse files Browse the repository at this point in the history
  • Loading branch information
calumabarnett committed Apr 16, 2021
2 parents 3748e1b + d68a8eb commit f0deb08
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 274 deletions.
10 changes: 10 additions & 0 deletions dataengineeringutils3/pulumi.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
from deprecated import deprecated


@deprecated(
reason=(
"This class is now deprecated. "
"Please use Tagger from data-engineering-pulumi-components."
),
version="1.2.0",
)
class Tagger:
def __init__(
self,
Expand Down
Loading

0 comments on commit f0deb08

Please sign in to comment.