[avarPlanner] Move a couple lines around

This commit is contained in:
Behdad Esfahbod 2023-09-15 07:44:27 -06:00
parent a54e45a6ea
commit ebbe869367

View File

@ -802,13 +802,13 @@ def processAxis(
def main(args=None): def main(args=None):
"""Plan the standard axis mappings for a variable font""" """Plan the standard axis mappings for a variable font"""
from fontTools import configLogger
if args is None: if args is None:
import sys import sys
args = sys.argv[1:] args = sys.argv[1:]
from fontTools import configLogger
from fontTools.ttLib import TTFont from fontTools.ttLib import TTFont
import argparse import argparse