From e526c558349145f101d17f11b865d52e4e0436ed Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Wed, 6 Apr 2022 13:45:19 +0200 Subject: [PATCH] linting --- .../tangostationcontrol/toolkit/mib_compiler/mib_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/toolkit/mib_compiler/mib_compiler.py b/tangostationcontrol/tangostationcontrol/toolkit/mib_compiler/mib_compiler.py index 8bcabe0cb..f2d96d127 100644 --- a/tangostationcontrol/tangostationcontrol/toolkit/mib_compiler/mib_compiler.py +++ b/tangostationcontrol/tangostationcontrol/toolkit/mib_compiler/mib_compiler.py @@ -64,4 +64,4 @@ if __name__ == "__main__": source = args.source - mib_compile(["IF-MIB"], src=source, dst=destination) \ No newline at end of file + mib_compile(["IF-MIB"], src=source, dst=destination) -- GitLab