From a91f4c5f5c1f9a6627e4ef054a0cfc95f6e42946 Mon Sep 17 00:00:00 2001 From: Gui Castelao Date: Mon, 20 May 2024 10:41:30 -0600 Subject: [PATCH] style: Drop coding utf-8 since that is already the default Since UTF-8 has been the default in a while, it is not recommended anymore using: '# -*- coding: utf-8 -*-' --- sup3r/bias/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sup3r/bias/__init__.py b/sup3r/bias/__init__.py index 67489cfe2..07409e546 100644 --- a/sup3r/bias/__init__.py +++ b/sup3r/bias/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """Bias calculation and correction modules.""" from .bias_transforms import (global_linear_bc, local_linear_bc,