Skip to content

Commit

Permalink
Ensure files end in a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile authored and behackett committed Sep 1, 2017
1 parent cfb30e9 commit ff81fbb
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1275,4 +1275,3 @@ buildvariants:
# Darwin MongoDB SSL builds are not available for 2.6
# SUSE12 x86_64 is only supported by MongoDB 3.2+
# vim: set et sw=2 ts=2 :

1 change: 0 additions & 1 deletion .evergreen/run-mod-wsgi-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ fi
${PYTHON_BINARY} ${PROJECT_DIRECTORY}/test/mod_wsgi_test/test_client.py -n 25000 -t 100 parallel http://localhost:8080${PROJECT_DIRECTORY}

${PYTHON_BINARY} ${PROJECT_DIRECTORY}/test/mod_wsgi_test/test_client.py -n 25000 serial http://localhost:8080${PROJECT_DIRECTORY}

1 change: 0 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ just make your changes to the inline documentation of the appropriate
branch and submit a `pull request <https://help.github.com/articles/using-pull-requests>`_.
You might also use the github `Edit <https://github.com/blog/844-forking-with-the-edit-button>`_
button.

1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,3 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

1 change: 0 additions & 1 deletion THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,3 @@ products or services of Licensee, or any third party.
8. By copying, installing or otherwise using Python, Licensee
agrees to be bound by the terms and conditions of this License
Agreement.

1 change: 0 additions & 1 deletion doc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion doc/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@

{% endif %}
{%- endblock -%}

1 change: 0 additions & 1 deletion doc/api/pymongo/collection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@
.. automethod:: remove(spec_or_id=None, multi=True, **kwargs)
.. automethod:: find_and_modify
.. automethod:: ensure_index

1 change: 0 additions & 1 deletion doc/api/pymongo/command_cursor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
.. automodule:: pymongo.command_cursor
:synopsis: Tools for iterating over MongoDB command results
:members:

1 change: 0 additions & 1 deletion doc/api/pymongo/read_preferences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@
.. autoattribute:: SECONDARY
.. autoattribute:: SECONDARY_PREFERRED
.. autoattribute:: NEAREST

1 change: 0 additions & 1 deletion doc/examples/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,3 @@ the SASL PLAIN mechanism::
... ssl_cert_reqs=ssl.CERT_REQUIRED,
... ssl_ca_certs='/path/to/ca.pem')
>>>

1 change: 0 additions & 1 deletion doc/examples/geo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,3 @@ geoNear queries are also supported using :class:`~bson.son.SON`::
>>> from bson.son import SON
>>> db.command(SON([('geoNear', 'places'), ('near', [1, 2])]))
{u'ok': 1.0, u'stats': ...}

1 change: 0 additions & 1 deletion doc/examples/gevent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ Applications using uWSGI prior to 1.9.16 are affected by this issue,
or newer uWSGI versions with the ``-gevent-wait-for-hub`` option.
See `the uWSGI changelog for details
<https://uwsgi-docs.readthedocs.io/en/latest/Changelog-1.9.16.html#important-change-in-the-gevent-plugin-shutdown-reload-procedure>`_.

1 change: 0 additions & 1 deletion doc/examples/tailable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ of a replica set member::
# tailable cursor timed out (no new documents were added to the
# collection for more than 1 second).
time.sleep(1)

1 change: 0 additions & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,3 @@ They can be installed by passing the full URL for the tag to pip::
or easy_install::

$ python -m easy_install https://github.com/mongodb/mongo-python-driver/archive/3.4rc0.tar.gz

1 change: 0 additions & 1 deletion doc/python3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,3 @@ you must use ``protocol <= 2``::
>>> import pickle
>>> pickle.loads('\x80\x02cbson.objectid\nObjectId\nq\x00)\x81q\x01c_codecs\nencode\...')
ObjectId('4f96f20c430ee6bd06000000')

1 change: 0 additions & 1 deletion pymongo/ssl_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,3 @@ def wrap_socket(self, sock, server_side=False,
ca_certs=self._cafile,
do_handshake_on_connect=do_handshake_on_connect,
suppress_ragged_eofs=suppress_ragged_eofs)

1 change: 0 additions & 1 deletion test/bson_corpus/decimal128-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -790,4 +790,3 @@
}
]
}

1 change: 0 additions & 1 deletion test/bson_corpus/decimal128-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,4 +399,3 @@
}
]
}

1 change: 0 additions & 1 deletion test/bson_corpus/multi-type-deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
}
]
}

1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ commands =
[testenv:py26]
deps =
unittest2

0 comments on commit ff81fbb

Please sign in to comment.