diff options
| author | Arthur Lutz <arthur.lutz@zenika.com> | 2022-06-24 12:48:42 +0200 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2022-06-24 07:19:33 -0700 |
| commit | 2194a44be541e9d2c15d3118ba584a4a173927a2 (patch) | |
| tree | 2a6a97ce5c9fae4a84d278778941cc4620d820e5 | |
| parent | 1c3efb50bb720a87b95307f4d6642e3b7f28f6f0 (diff) | |
| download | gitlab-2194a44be541e9d2c15d3118ba584a4a173927a2.tar.gz | |
docs(api-usage): add import os in example
| -rw-r--r-- | docs/api-usage.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api-usage.rst b/docs/api-usage.rst index 426513a..fb43cbc 100644 --- a/docs/api-usage.rst +++ b/docs/api-usage.rst @@ -357,6 +357,7 @@ python-gitlab: .. code-block:: python + import os import gitlab import requests |
