summaryrefslogtreecommitdiffstats
path: root/custom_pre_commit/check_reserved_args.py
diff options
context:
space:
mode:
Diffstat (limited to 'custom_pre_commit/check_reserved_args.py')
-rw-r--r--custom_pre_commit/check_reserved_args.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom_pre_commit/check_reserved_args.py b/custom_pre_commit/check_reserved_args.py
index 84f388d0eec..070b42781b9 100644
--- a/custom_pre_commit/check_reserved_args.py
+++ b/custom_pre_commit/check_reserved_args.py
@@ -1,4 +1,5 @@
"""Check reserved command arguments in Controllers"""
+
import glob
import os
import re