diff options
| author | 2024-06-28 18:25:40 +0800 | |
|---|---|---|
| committer | 2024-06-28 18:25:40 +0800 | |
| commit | 6dfe2f4a87362a27fe2e97a154daac2f11883284 (patch) | |
| tree | bd4f28514482042735182d86d2c89dec8d655674 /hrc/utils.py | |
| parent | 1b0d67664557e6f0b4a421e1183cee1b0dbca2d3 (diff) | |
| download | HydroRollCore-6dfe2f4a87362a27fe2e97a154daac2f11883284.tar.gz HydroRollCore-6dfe2f4a87362a27fe2e97a154daac2f11883284.zip | |
style: ruff format code
Diffstat (limited to 'hrc/utils.py')
| -rw-r--r-- | hrc/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hrc/utils.py b/hrc/utils.py index d053d4d..480b105 100644 --- a/hrc/utils.py +++ b/hrc/utils.py @@ -296,4 +296,4 @@ else: # pragma: no cover if not ann: return {} - return dict(ann)
\ No newline at end of file + return dict(ann) |
