aboutsummaryrefslogtreecommitdiff
path: root/src/facter.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/facter.py')
-rw-r--r--src/facter.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/facter.py b/src/facter.py
index c90306d..220cb3a 100644
--- a/src/facter.py
+++ b/src/facter.py
@@ -19,8 +19,6 @@ def collect_facts():
with open(os.path.join(gv.builddir, "ccinfo"), "r") as ccinfo:
gv.facts["cc"] = ccinfo.readlines()[-1][:-1]
-
-
# Copied from pip.
# https://github.com/pypa/pip/blob/master/src/pip/_internal/utils/glibc.py
# Licensed under MIT.