Skip to content

Commit da7b5d8

Browse files
authored
fix formatting
1 parent 127452b commit da7b5d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ua-parser-builtins/hatch_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ def update(self, metadata: dict[str, Any]) -> None:
2626
},
2727
)
2828
except errors.NotSdistError:
29-
with open(os.path.join(self.root, "uap-core", 'package.json')) as ufile:
29+
with open(os.path.join(self.root, "uap-core", "package.json")) as ufile:
3030
ujson = json.load(ufile)
31-
v = ujson['version']
31+
v = ujson["version"]
3232
if v in ("0.15.0", "0.16.0", "0.18.0"):
3333
v = f"{v}.post1"
3434

0 commit comments

Comments
 (0)