Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Set correct file encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
capcarr committed Aug 20, 2018
1 parent 61ea4dd commit 538b972
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion biosppy/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy
-------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/__version__.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.version
---------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/biometrics.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.biometrics
------------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/clustering.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.clustering
------------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/metrics.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.metrics
---------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/plotting.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.plotting
----------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/signals/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.signals
---------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/signals/bvp.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.signals.bvp
-------------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/signals/ecg.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.signals.ecg
-------------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/signals/eeg.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.signals.eeg
-------------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/signals/emg.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.signals.emg
-------------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/signals/resp.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.signals.resp
--------------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/signals/tools.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.signals.tools
---------------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/storage.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.storage
---------------
Expand Down
2 changes: 1 addition & 1 deletion biosppy/utils.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
"""
biosppy.utils
-------------
Expand Down

0 comments on commit 538b972

Please sign in to comment.