From 85423e739ca0435dba6913a4bc5bb0172eea9125 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 7 May 2022 17:44:30 -0700 Subject: [PATCH] Remove the shbang from map.py --- roguebasin/map.py | 1 - 1 file changed, 1 deletion(-) diff --git a/roguebasin/map.py b/roguebasin/map.py index c66ac63..2a993d3 100644 --- a/roguebasin/map.py +++ b/roguebasin/map.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # Eryn Wells import logging