From d1d69036d6f0c8a47a542a77518a1e84a1d52b61 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Tue, 10 Dec 2019 01:11:18 +0000 Subject: [PATCH] Get rid of windows line endings in one file. --- bemani/frontend/static/__init__.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bemani/frontend/static/__init__.py b/bemani/frontend/static/__init__.py index a1d4516..5500354 100644 --- a/bemani/frontend/static/__init__.py +++ b/bemani/frontend/static/__init__.py @@ -1,8 +1,8 @@ -import os - -static_location = os.path.abspath(os.path.dirname(__file__)) - - -__all__ = [ - "static_location", -] +import os + +static_location = os.path.abspath(os.path.dirname(__file__)) + + +__all__ = [ + "static_location", +]