Skip to content

Commit

Permalink
rm not used import
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Nov 15, 2024
1 parent dcea95a commit b3c13d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/stages/infrastructure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import tempfile
from typing import Annotated, Any, Dict, List, Literal, Optional, Tuple, Type, Union

from pydantic import ConfigDict, Field, PrivateAttr, field_validator, model_validator
from pydantic import ConfigDict, Field, field_validator, model_validator

from _nebari import constants
from _nebari.provider import terraform
Expand Down

0 comments on commit b3c13d4

Please sign in to comment.