Skip to content

Commit 418b8d2

Browse files
author
Tomas Kral
committed
Run the black tool to fix CI pipeline
1 parent 6f8945d commit 418b8d2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

eccodes/highlevel/_bufr/__init__.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
from .message import BUFRMessage
88

99
__all__ = [
10-
'change_behaviour', 'get_behaviour', 'set_behaviour',
11-
'missing_of',
12-
'BUFRMessage',
10+
"change_behaviour",
11+
"get_behaviour",
12+
"set_behaviour",
13+
"missing_of",
14+
"BUFRMessage",
1315
]

eccodes/highlevel/_bufr/tables.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@ def expand_descriptors(
210210
yield Descriptor(code, name)
211211

212212

213-
libc = ctypes.CDLL(None, winmode=0) # automatically finds and loads the C standard library
213+
libc = ctypes.CDLL(
214+
None, winmode=0
215+
) # automatically finds and loads the C standard library
214216

215217
fseek = libc.fseek
216218
fseek.argtypes = [ctypes.c_void_p, ctypes.c_long, ctypes.c_int]

0 commit comments

Comments
 (0)