Skip to content

Commit ff81fbb

Browse files
asottilebehackett
authored andcommitted
Ensure files end in a newline
1 parent cfb30e9 commit ff81fbb

21 files changed

+0
-21
lines changed

.evergreen/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1275,4 +1275,3 @@ buildvariants:
12751275
# Darwin MongoDB SSL builds are not available for 2.6
12761276
# SUSE12 x86_64 is only supported by MongoDB 3.2+
12771277
# vim: set et sw=2 ts=2 :
1278-

.evergreen/run-mod-wsgi-tests.sh

-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ fi
4444
${PYTHON_BINARY} ${PROJECT_DIRECTORY}/test/mod_wsgi_test/test_client.py -n 25000 -t 100 parallel http://localhost:8080${PROJECT_DIRECTORY}
4545

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

CONTRIBUTING.rst

-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ just make your changes to the inline documentation of the appropriate
4848
branch and submit a `pull request <https://help.github.com/articles/using-pull-requests>`_.
4949
You might also use the github `Edit <https://github.com/blog/844-forking-with-the-edit-button>`_
5050
button.
51-

LICENSE

-1
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,3 @@
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201201
limitations under the License.
202-

THIRD-PARTY-NOTICES

-1
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,3 @@ products or services of Licensee, or any third party.
149149
8. By copying, installing or otherwise using Python, Licensee
150150
agrees to be bound by the terms and conditions of this License
151151
Agreement.
152-

doc/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

doc/_templates/layout.html

-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616

1717
{% endif %}
1818
{%- endblock -%}
19-

doc/api/pymongo/collection.rst

-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@
7373
.. automethod:: remove(spec_or_id=None, multi=True, **kwargs)
7474
.. automethod:: find_and_modify
7575
.. automethod:: ensure_index
76-

doc/api/pymongo/command_cursor.rst

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
.. automodule:: pymongo.command_cursor
55
:synopsis: Tools for iterating over MongoDB command results
66
:members:
7-

doc/api/pymongo/read_preferences.rst

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@
2929
.. autoattribute:: SECONDARY
3030
.. autoattribute:: SECONDARY_PREFERRED
3131
.. autoattribute:: NEAREST
32-

doc/examples/authentication.rst

-1
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,3 @@ the SASL PLAIN mechanism::
220220
... ssl_cert_reqs=ssl.CERT_REQUIRED,
221221
... ssl_ca_certs='/path/to/ca.pem')
222222
>>>
223-

doc/examples/geo.rst

-1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,3 @@ geoNear queries are also supported using :class:`~bson.son.SON`::
9696
>>> from bson.son import SON
9797
>>> db.command(SON([('geoNear', 'places'), ('near', [1, 2])]))
9898
{u'ok': 1.0, u'stats': ...}
99-

doc/examples/gevent.rst

-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ Applications using uWSGI prior to 1.9.16 are affected by this issue,
4848
or newer uWSGI versions with the ``-gevent-wait-for-hub`` option.
4949
See `the uWSGI changelog for details
5050
<https://uwsgi-docs.readthedocs.io/en/latest/Changelog-1.9.16.html#important-change-in-the-gevent-plugin-shutdown-reload-procedure>`_.
51-

doc/examples/tailable.rst

-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ of a replica set member::
3838
# tailable cursor timed out (no new documents were added to the
3939
# collection for more than 1 second).
4040
time.sleep(1)
41-

doc/installation.rst

-1
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,3 @@ They can be installed by passing the full URL for the tag to pip::
240240
or easy_install::
241241

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

doc/python3.rst

-1
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,3 @@ you must use ``protocol <= 2``::
114114
>>> import pickle
115115
>>> pickle.loads('\x80\x02cbson.objectid\nObjectId\nq\x00)\x81q\x01c_codecs\nencode\...')
116116
ObjectId('4f96f20c430ee6bd06000000')
117-

pymongo/ssl_context.py

-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,3 @@ def wrap_socket(self, sock, server_side=False,
9494
ca_certs=self._cafile,
9595
do_handshake_on_connect=do_handshake_on_connect,
9696
suppress_ragged_eofs=suppress_ragged_eofs)
97-

test/bson_corpus/decimal128-2.json

-1
Original file line numberDiff line numberDiff line change
@@ -790,4 +790,3 @@
790790
}
791791
]
792792
}
793-

test/bson_corpus/decimal128-5.json

-1
Original file line numberDiff line numberDiff line change
@@ -399,4 +399,3 @@
399399
}
400400
]
401401
}
402-

test/bson_corpus/multi-type-deprecated.json

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
}
1313
]
1414
}
15-

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ commands =
1414
[testenv:py26]
1515
deps =
1616
unittest2
17-

0 commit comments

Comments
 (0)