From 15a503a467209fb9dce261bb705aac6dd61355c4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 17:02:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/amrex/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/amrex/__init__.py b/src/amrex/__init__.py index f4c9aa31..e0185e38 100644 --- a/src/amrex/__init__.py +++ b/src/amrex/__init__.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- # __version__ is TODO - only in spaceNd submodules -__author__ = ( - "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang" -) +__author__ = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang" __license__ = "BSD-3-Clause-LBNL"