mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
fix headers and imports in labels.py
This commit is contained in:
parent
47a828c1dc
commit
12c06174d8
@ -1,7 +1,12 @@
|
||||
""" Various label/line-related functions.
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Various label/line-related functions.
|
||||
"""
|
||||
|
||||
from pointers import calculate_pointer, calculate_bank
|
||||
from pointers import (
|
||||
calculate_pointer,
|
||||
calculate_bank,
|
||||
)
|
||||
|
||||
def remove_quoted_text(line):
|
||||
"""get rid of content inside quotes
|
||||
|
Loading…
x
Reference in New Issue
Block a user