Skip to content

Commit

Permalink
Merge pull request #10384 from jan-cerny/combine_ovals
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
Mab879 authored Mar 28, 2023
2 parents af75ec3 + fa6e258 commit 3a7694b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build-scripts/combine_ovals.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
#!/usr/bin/python3

import os
import os.path
import errno
import re
import sys
from copy import deepcopy
import argparse
import collections
import sys

import ssg.build_ovals
import ssg.constants
Expand Down

0 comments on commit 3a7694b

Please sign in to comment.