From c7cd1aeef5bf5f1bc499d6e4fb00a679a2588e88 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 17 Jan 2020 16:38:42 +0100 Subject: [PATCH] Remove unused pyparsing_common --- variant-schema-compiler | 1 - 1 file changed, 1 deletion(-) diff --git a/variant-schema-compiler b/variant-schema-compiler index 2f34eec0..67aa1d97 100755 --- a/variant-schema-compiler +++ b/variant-schema-compiler @@ -4,7 +4,6 @@ import argparse import sys import os from pyparsing import * -from pyparsing import pyparsing_common as ppc typename_prefix = "" funcname_prefix = ""