Skip to content

Commit

Permalink
minor changes removing redundant lines from rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngodber committed Feb 4, 2022
1 parent 66aa981 commit 2a1a8ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SimPEG/electromagnetics/static/resistivity/sources.py
Expand Up @@ -4,8 +4,6 @@
from .... import survey
from ....utils import Zero

import warnings


class BaseSrc(survey.BaseSrc):
"""
Expand Down Expand Up @@ -97,9 +95,6 @@ class Dipole(BaseSrc):
"location of the source electrodes",
survey.SourceLocationArray("location of electrode"),
)
loc = deprecate_property(
location, "loc", new_name="location", removal_version="0.16.0", error=True
)

def __init__(
self,
Expand Down

0 comments on commit 2a1a8ea

Please sign in to comment.