diff hgext/fsmonitor/pywatchman/__init__.py @ 49537:f58f955adad4

pywatchman: remove obsolete comments about importing from future See 6000f5b25c9b.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 31 Oct 2022 16:50:22 +0400
parents 642e31cb55f0
children 36afe74e4439
line wrap: on
line diff
--- a/hgext/fsmonitor/pywatchman/__init__.py	Mon Oct 31 16:36:00 2022 +0400
+++ b/hgext/fsmonitor/pywatchman/__init__.py	Mon Oct 31 16:50:22 2022 +0400
@@ -26,8 +26,6 @@
 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-# no unicode literals
-
 import inspect
 import math
 import os