Skip to content

Commit

Permalink
Apply black changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree authored and github-actions[bot] committed Feb 16, 2024
1 parent ae2b2d7 commit 8128e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boutdata/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,9 +695,9 @@ def __init__(
comments = []
if inline_comment is not None:
parent_section.inline_comments[sectionname] = inline_comment
parent_section._comment_whitespace[
sectionname
] = comment_whitespace
parent_section._comment_whitespace[sectionname] = (
comment_whitespace
)
else:
# A key=value pair

Expand Down
1 change: 1 addition & 0 deletions boutdata/gen_surface.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Flux surface generator for tokamak grid files
"""

from __future__ import print_function

import numpy as np
Expand Down

0 comments on commit 8128e36

Please sign in to comment.