D7735: cleanup: drop unused import from pywatchman

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Fri Dec 27 17:01:16 EST 2019


Closed by commit rHG6c201f0d17b1: cleanup: drop unused import from pywatchman (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7735?vs=18951&id=18966

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7735/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7735

AFFECTED FILES
  hgext/fsmonitor/pywatchman/capabilities.py

CHANGE DETAILS

diff --git a/hgext/fsmonitor/pywatchman/capabilities.py b/hgext/fsmonitor/pywatchman/capabilities.py
--- a/hgext/fsmonitor/pywatchman/capabilities.py
+++ b/hgext/fsmonitor/pywatchman/capabilities.py
@@ -29,8 +29,6 @@
 # no unicode literals
 from __future__ import absolute_import, division, print_function
 
-import re
-
 
 def parse_version(vstr):
     res = 0



To: mharbison72, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list