From 235e0032a533af72e8a110673359e97f2698a2da Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Fri, 1 Apr 2016 18:21:04 +0200 Subject: [PATCH] [FIX] flake8 --- letsencrypt/models/acme_tiny.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/models/acme_tiny.py b/letsencrypt/models/acme_tiny.py index 603554dde..020c90eca 100644 --- a/letsencrypt/models/acme_tiny.py +++ b/letsencrypt/models/acme_tiny.py @@ -1,5 +1,5 @@ # flake8: noqa -#!/usr/bin/env python +# -*- coding: utf-8 -*- import argparse, subprocess, json, os, sys, base64, binascii, time, hashlib, re, copy, textwrap, logging try: from urllib.request import urlopen # Python 3