From b3bdc793dc1624c220ddb7be1dc92ad2b1578a8e Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 17 Jun 2020 10:39:45 -0700 Subject: [PATCH] Remove assert that's now handled by types --- pinch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pinch.py b/pinch.py index e1d8d3b..266daff 100644 --- a/pinch.py +++ b/pinch.py @@ -662,7 +662,6 @@ def updateCommand(args: argparse.Namespace) -> None: 'Cannot update unpinned channel "%s" (Run "pin" before "update")' % section) if isinstance(sp, AliasSearchPath): - assert 'git_repo' not in config[section] continue tarball = sp.fetch(v, pin) exprs[section] = ( -- 2.44.1