Skip to content

Commit 1cc2481

Browse files
authored
Merge pull request #258 from DimitriPapadopoulos/coding
`coding: utf-8` is implicit in Python 3
2 parents bc565c0 + 886b516 commit 1cc2481

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Configuration file for the Sphinx documentation builder.
42
#
53
# This file does only contain a selection of the most common options. For a

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
32
import re
43

54
import setuptools

0 commit comments

Comments
 (0)