diff options
author | Aki <please@ignore.pl> | 2023-04-05 21:57:40 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-04-05 21:57:40 +0200 |
commit | f51bfac6733e30739396eb89fe3ff15d8117058a (patch) | |
tree | bea057557047226d134c9f5d27182a6f858892e5 | |
parent | f4180ff94fc2ab4af6f057ca4d084f194041f0c1 (diff) | |
download | waterspout-radar-f51bfac6733e30739396eb89fe3ff15d8117058a.zip waterspout-radar-f51bfac6733e30739396eb89fe3ff15d8117058a.tar.gz waterspout-radar-f51bfac6733e30739396eb89fe3ff15d8117058a.tar.bz2 |
Fixed missing import os
-rw-r--r-- | waterspout_radar/_config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/waterspout_radar/_config.py b/waterspout_radar/_config.py index 1e740ae..558fb7b 100644 --- a/waterspout_radar/_config.py +++ b/waterspout_radar/_config.py @@ -19,6 +19,7 @@ An example configuration file looks like this: import configparser import dataclasses +import os import typing |