Coding style

- Remove unnecessary scroll limiting code. Its now done in the
  portal.
This commit is contained in:
Andrew Hamilton 2022-01-27 16:57:16 +10:00
parent 9ea41f1181
commit 6254e77275
2 changed files with 3 additions and 17 deletions

View file

@ -18,4 +18,4 @@ setup(name="diff-edit",
entry_points={"console_scripts": ["diff-edit=diff_edit:main"]},
install_requires=[
"pygments==2.10.0", "docopt==0.6.2",
"fill3 @ git+https://github.com/ahamilton/eris@v2022.01.24#subdirectory=fill3"])
"fill3 @ git+https://github.com/ahamilton/eris@v2022.01.27#subdirectory=fill3"])