Skip to content

Commit

Permalink
style: Drop coding utf-8 since that is already the default
Browse files Browse the repository at this point in the history
Since UTF-8 has been the default in a while, it is not recommended
anymore using: '# -*- coding: utf-8 -*-'
  • Loading branch information
castelao committed May 20, 2024
1 parent 89b4bab commit a91f4c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sup3r/bias/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Bias calculation and correction modules."""

from .bias_transforms import (global_linear_bc, local_linear_bc,
Expand Down

0 comments on commit a91f4c5

Please sign in to comment.