Skip to content

Commit

Permalink
Trivial formatting fix to reduce brain overload
Browse files Browse the repository at this point in the history
  • Loading branch information
vladistan authored and AdamFinkle committed Sep 8, 2024
1 parent c58135a commit 0724a47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
}
},
"customizations": {
"codespaces": {
"openFiles": [
"CODESPACES.md"
]
},
"codespaces": { "openFiles": ["CODESPACES.md"] },
"vscode": {
"extensions": [
"ms-python.python@2024.1.10401008",
Expand All @@ -38,11 +34,7 @@
],
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.profiles.linux": {
"zsh": {
"path": "/usr/bin/zsh"
}
}
"terminal.integrated.profiles.linux": { "zsh": { "path": "/usr/bin/zsh" } }
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Green Button Objects

[![codecov](https://codecov.io/gh/codeforboston/greenbutton_objects/graph/badge.svg?token=8P2NMOUWDO)](https://codecov.io/gh/codeforboston/greenbutton_objects)
[![codecov](https://codecov.io/gh/codeforboston/greenbutton_objects/graph/badge.svg?token=8P2NMOUWDO)](https://codecov.io/gh/codeforboston/greenbutton_objects)

This Python code parses an Energy Service Provider Interface
(ESPI), or "Green Button", XML file into Python objects.
Expand Down

0 comments on commit 0724a47

Please sign in to comment.