Skip to content

Commit

Permalink
Merge pull request #766 from googlefonts/gen-fix
Browse files Browse the repository at this point in the history
gen-push-lists fix imports
  • Loading branch information
m4rc1e authored Oct 19, 2023
2 parents ea7d06f + 87c1d75 commit dc2bf71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/gftools/scripts/gen_push_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"""
import sys
import os
from gftools.push import (
from gftools.push.trafficjam import (
PushItems,
PushStatus,
PushList,
branch_matches_google_fonts_main,
)
from gftools.push.utils import branch_matches_google_fonts_main


def main(args=None):
Expand Down

0 comments on commit dc2bf71

Please sign in to comment.