Skip to content

Commit

Permalink
Rebase changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Dec 16, 2024
1 parent 100fe1a commit 9db1d97
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,12 @@
import importlib
import os
import sys
import tomllib
from distutils.version import LooseVersion
from pathlib import Path

import sphinx
import stsci_rtd_theme

if sys.version_info < (3, 11):
import tomli as tomllib
else:
import tomllib

from sphinx.ext.autodoc import AttributeDocumenter

from romancal.stpipe import RomanStep
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ docs = [
"sphinx-rtd-theme",
"stsci-rtd-theme",
"sphinx-autobuild",
"tomli; python_version <=\"3.11\"",
]
test = [
"ci-watson >=0.5.0",
Expand Down
1 change: 0 additions & 1 deletion romancal/pipeline/exposure_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from __future__ import annotations

import logging
from os.path import basename
from typing import TYPE_CHECKING

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion romancal/step.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@
"SaturationStep",
"SkyMatchStep",
"SourceCatalogStep",
"SourceDetectionStep",
"TweakRegStep",
]

0 comments on commit 9db1d97

Please sign in to comment.