diff options
| author | Guido Imperiale <crusaderky@gmail.com> | 2019-12-13 14:33:44 +0000 |
|---|---|---|
| committer | Guido Imperiale <crusaderky@gmail.com> | 2019-12-13 14:33:44 +0000 |
| commit | bf3beebc8c4a34a70c41d350b65d5b99efe97e62 (patch) | |
| tree | d7176db81cfb05e11abfba9ca1a0cf0caad61ce5 /pint/systems.py | |
| parent | ca4bd8ea5bf46d9fae30758b9e3d52e21ccf8a7c (diff) | |
| download | pint-bf3beebc8c4a34a70c41d350b65d5b99efe97e62.tar.gz | |
Remove redundant encoding information (utf8 is the default)
Diffstat (limited to 'pint/systems.py')
| -rw-r--r-- | pint/systems.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pint/systems.py b/pint/systems.py index 134f570..3575268 100644 --- a/pint/systems.py +++ b/pint/systems.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ pint.systems ~~~~~~~~~~~~ |
