Skip to content

Commit bf62489

Browse files
[pre-commit.ci] Apply automatic pre-commit fixes
1 parent 41fb798 commit bf62489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_nebari/stages/infrastructure/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import tempfile
99
from typing import Annotated, Any, Dict, List, Literal, Optional, Tuple, Type, Union
1010

11-
from pydantic import ConfigDict, PrivateAttr, Field, field_validator, model_validator
11+
from pydantic import ConfigDict, Field, PrivateAttr, field_validator, model_validator
1212

1313
from _nebari import constants
1414
from _nebari.provider import terraform

0 commit comments

Comments
 (0)