Skip to content

Commit 3a104cf

Browse files
committed
Fix formatting
1 parent d6b1fa5 commit 3a104cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chi/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from datetime import datetime
33
from typing import List, Optional
44

5-
from glanceclient.exc import NotFound, HTTPBadRequest
5+
from glanceclient.exc import HTTPBadRequest, NotFound
66
from packaging.version import Version
77

88
from chi import context

0 commit comments

Comments
 (0)