Skip to content

Commit

Permalink
puppet: Remove unused Python imports.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored and timabbott committed Feb 3, 2019
1 parent 4bd28f7 commit c109690
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import subprocess
from datetime import datetime, timedelta

import sys
import dateutil.parser
import pytz

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import datetime
import os
import sys

import sys
sys.path.append('/home/zulip/deployments/current')
import scripts.lib.setup_path_on_import

Expand Down
1 change: 0 additions & 1 deletion puppet/zulip_ops/files/zulip-ec2-configure-interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import sys
import logging
import logging.handlers
import subprocess
import re

import sys

Expand Down

0 comments on commit c109690

Please sign in to comment.