commit | d8c7ee00a687ac369e62e2032514a93a9b413502 | [log] [tgz] |
---|---|---|
author | Henry Schreiner <henry.fredrick.schreiner@cern.ch> | Mon Jul 20 13:35:21 2020 -0400 |
committer | GitHub <noreply@github.com> | Mon Jul 20 13:35:21 2020 -0400 |
tree | ba215d3410cde2834da1726f1fefe99b3a422c6c | |
parent | e248869893163b95cffb4a63e899e5d933f3ef20 [diff] [blame] |
ci: GHA basic format & pre-commit (#2309)
diff --git a/tools/libsize.py b/tools/libsize.py index 5dcb8b0..50f88bd 100644 --- a/tools/libsize.py +++ b/tools/libsize.py
@@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from __future__ import print_function, division import os import sys @@ -35,4 +36,3 @@ with open(save, 'w') as sf: sf.write(str(libsize)) -