Skip to content

Commit e1f33c1

Browse files
committed
Linting files
1 parent ecadded commit e1f33c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/projects/tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
from readthedocs.worker import app
6565

6666
from .constants import LOG_TEMPLATE
67-
from .exceptions import RepositoryError
67+
from .exceptions import ProjectConfigurationError, RepositoryError
6868
from .models import Domain, HTMLFile, ImportedFile, Project
6969
from .signals import (
7070
after_build,
@@ -327,7 +327,7 @@ def __init__(
327327
self.version = version
328328
self.project = {}
329329
if project is not None:
330-
s self.project = project
330+
self.project = project
331331
if config is not None:
332332
self.config = config
333333
self.task = task

0 commit comments

Comments
 (0)