Remove "coding" pragma

This commit is contained in:
Nikita Karamov 2023-01-23 06:44:56 +01:00
parent 27bb4cef92
commit a284dec2f9
No known key found for this signature in database
GPG key ID: 41D6F71EE78E77CD
5 changed files with 0 additions and 5 deletions

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Scour
#

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# SVG transformation list parser
#

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# yocto-css, an extremely bare minimum CSS parser
#

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Test Harness for Scour
#

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Test Harness for Scour
#