Skip to content

Commit

Permalink
Fix QA complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Oct 16, 2023
1 parent db725d9 commit 85a2265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plone-6.0.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plone.rest =
black = 23.3.0
pygments = 2.14.0

# all this is neccessary to make the p.a.contenttypes (robotframework) test dependency happy :(
# all this is necessary to make the p.a.contenttypes (robotframework) test dependency happy :(
robotframework-browser = 17.5.2
robotframework-assertion-engine = 2.0.0
robotframework-debuglibrary = 2.3.0
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
from setuptools import find_packages
from setuptools import setup

from setuptools import find_packages, setup
import os


def read(*rnames):
Expand Down

0 comments on commit 85a2265

Please sign in to comment.