Skip to content

Commit

Permalink
Merge pull request #258 from DimitriPapadopoulos/coding
Browse files Browse the repository at this point in the history
`coding: utf-8` is implicit in Python 3
  • Loading branch information
CPBridge committed Oct 11, 2023
2 parents bc565c0 + 886b516 commit 1cc2481
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
# This file does only contain a selection of the most common options. For a
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import re

import setuptools
Expand Down

0 comments on commit 1cc2481

Please sign in to comment.