Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchadwin committed Jan 16, 2018
1 parent ea84906 commit 4a628d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xy_to_osgb.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
# USA.

from grid_ref_utils import GridRefException

Expand Down Expand Up @@ -67,7 +68,7 @@ def _make_inverse_mapping(letters_dict):
return inv


inv_major_letters = _make_inverse_mapping(major_letters)
inv_major_letters = _make_inverse_mapping(major_letters)
inv_minor_letters = _make_inverse_mapping(minor_letters)


Expand Down

0 comments on commit 4a628d1

Please sign in to comment.