Skip to content

Commit

Permalink
Fixes #11150: Server package is missing a dependency on argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
peckpeck committed Nov 12, 2019
1 parent 46b2d73 commit c084037
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rudder-server-relay/SOURCES/rudder-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import sys
sys.path.insert(0,"/opt/rudder/share/python")

from pprint import pprint
import argparse
import json
import os
import tempfile
Expand Down

0 comments on commit c084037

Please sign in to comment.