Skip to content

Commit 210d880

Browse files
committed
fix: added missing import for sources_deploy.py example
1 parent 777aae2 commit 210d880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/extensions/deployers/sources/custom_deployer_sources.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ The **source_deploy.py** file has the following code:
6565
.. code-block:: python
6666
:caption: **sources_deploy.py**
6767
68+
from conan.errors import ConanException
6869
from conan.tools.files import copy
6970
import os
7071

0 commit comments

Comments
 (0)