Skip to content

Commit 11d4d76

Browse files
committed
black
1 parent 2373c40 commit 11d4d76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sempy_labs/_capacities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,6 @@ def list_storage_accounts(
11301130
bool_cols = ["Is HNS Enabled", "Supports HTTPS Traffic Only"]
11311131
df[bool_cols] = df[bool_cols].astype(bool)
11321132
df["Creation Time"] = pd.to_datetime(df["Creation Time"])
1133-
11341133

11351134
return df
11361135

0 commit comments

Comments
 (0)