Skip to content

Commit 86e5679

Browse files
MNT Remove encoding declarations: # -*- coding: utf-8 -*-
In Python 3, the default source file encoding is UTF-8.
1 parent 31c66a9 commit 86e5679

File tree

19 files changed

+0
-26
lines changed

19 files changed

+0
-26
lines changed

doc/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
# scikit-learn documentation build configuration file, created by
42
# sphinx-quickstart on Fri Jan 8 09:13:42 2010.
53
#

doc/sphinxext/sphinx_issues.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""A Sphinx extension for linking to your project's issue tracker.
32
43
Copyright 2014 Steven Loria

sklearn/cluster/_dbscan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
DBSCAN: Density-Based Spatial Clustering of Applications with Noise
43
"""

sklearn/cluster/_optics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""Ordering Points To Identify the Clustering Structure (OPTICS)
32
43
These routines execute the OPTICS algorithm, and implement various

sklearn/cluster/_spectral.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""Algorithms for spectral clustering"""
32

43
# Author: Gael Varoquaux [email protected]

sklearn/feature_extraction/tests/test_text.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
from collections.abc import Mapping
32
import re
43

sklearn/feature_extraction/text.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Authors: Olivier Grisel <[email protected]>
32
# Mathieu Blondel <[email protected]>
43
# Lars Buitinck

sklearn/feature_selection/_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""Generic feature selection mixin"""
32

43
# Authors: G. Varoquaux, A. Gramfort, L. Buitinck, J. Nothman

sklearn/gaussian_process/__init__.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
# Author: Jan Hendrik Metzen <[email protected]>
42
# Vincent Dubourg <[email protected]>
53
# (mostly translation, see implementation details)

sklearn/linear_model/_ransac.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
# Author: Johannes Schönberger
42
#
53
# License: BSD 3 clause

0 commit comments

Comments
 (0)